Skip to content

Commit

Permalink
trigger maven build
Browse files Browse the repository at this point in the history
  • Loading branch information
milbrandt committed Jun 8, 2019
1 parent 7530f3d commit 7485cac
Show file tree
Hide file tree
Showing 3 changed files with 5 additions and 3 deletions.
4 changes: 3 additions & 1 deletion FsSonarRunner/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -19,7 +19,9 @@
<artifactId>maven-assembly-plugin</artifactId>
<version>3.1.1</version>
<configuration>
<descriptor>zip-assembly.xml</descriptor>
<descriptors>
<descriptor>zip-assembly.xml</descriptor>
</descriptors>
<appendAssemblyId>false</appendAssemblyId>
</configuration>
<executions>
Expand Down
2 changes: 1 addition & 1 deletion FsSonarRunner/zip-assembly.xml
Original file line number Diff line number Diff line change
Expand Up @@ -9,7 +9,7 @@
<fileSets>
<fileSet>
<directory>FsSonarRunner/bin/Release/net472</directory>
<outputDirectory>/</outputDirectory>
<outputDirectory>\</outputDirectory>
<includes>
<include>*.dll</include>
<include>*.exe</include>
Expand Down
2 changes: 1 addition & 1 deletion appveyor.yml
Original file line number Diff line number Diff line change
Expand Up @@ -39,7 +39,7 @@ configuration: Release
# to run your custom scripts instead of automatic MSBuild
build_script:
- dotnet build FsSonarRunner\FsSonarRunner.sln
- mvn clean
- mvn clean package

# scripts to run after build (working directory and environment changes are persisted from the previous steps)
#after_build:
Expand Down

0 comments on commit 7485cac

Please sign in to comment.