Skip to content

Commit

Permalink
Merge pull request #1 from skyline-gleb/minor-update
Browse files Browse the repository at this point in the history
Minor update
  • Loading branch information
Artem Pryanichnikov committed Nov 12, 2015
2 parents 6fa37a9 + c35650e commit f35bcdb
Show file tree
Hide file tree
Showing 3 changed files with 7 additions and 9 deletions.
8 changes: 4 additions & 4 deletions java/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -4,6 +4,10 @@
xsi:schemaLocation="http://maven.apache.org/POM/4.0.0 http://maven.apache.org/xsd/maven-4.0.0.xsd">
<modelVersion>4.0.0</modelVersion>

<groupId>com.github.2gis.winium</groupId>
<artifactId>winium-elements-desktop</artifactId>
<version>0.2.0-1</version>

<name>Winium.Elements.Desktop</name>
<url>https://github.com/2gis/Winium.Elements/tree/master/java</url>
<description>With the help of Winium.Elements you could simplify interaction
Expand All @@ -28,10 +32,6 @@
<project.build.sourceEncoding>UTF-8</project.build.sourceEncoding>
</properties>

<groupId>com.github.2gis.winium</groupId>
<artifactId>winium-elements-desktop</artifactId>
<version>0.2.0-1</version>

<distributionManagement>
<snapshotRepository>
<id>ossrh</id>
Expand Down
6 changes: 3 additions & 3 deletions java/scripts/ci.ps1
Original file line number Diff line number Diff line change
Expand Up @@ -15,10 +15,10 @@ else

$projectDir = Join-Path $PSScriptRoot "../"

# Compile & Test
& $mvnPath -f $projectDir test
# Compile
& $mvnPath -f $projectDir compile
if ($LASTEXITCODE -ne 0)
{
Write-Output "Compile or test failed. See output"
Write-Output "Compile failed. See output"
Exit $LASTEXITCODE
}
2 changes: 0 additions & 2 deletions scripts/ci.ps1
Original file line number Diff line number Diff line change
Expand Up @@ -21,5 +21,3 @@ if ($LASTEXITCODE -ne 0)
Write-Output "Java build failed. See console output"
Exit $LASTEXITCODE
}

Copy-Item ..\target\surefire-reports\*.xml -Destination $root

0 comments on commit f35bcdb

Please sign in to comment.