Skip to content

Commit

Permalink
Added single-jar packaging maven build configuration
Browse files Browse the repository at this point in the history
  • Loading branch information
vitalidze committed Aug 25, 2013
1 parent dae6511 commit 188e2e1
Showing 1 changed file with 18 additions and 0 deletions.
18 changes: 18 additions & 0 deletions pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -59,4 +59,22 @@
<version>1.7.2</version>
</dependency>
</dependencies>

<build>
<plugins>
<plugin>
<artifactId>maven-assembly-plugin</artifactId>
<configuration>
<archive>
<manifest>
<mainClass>su.litvak.photosync.Main</mainClass>
</manifest>
</archive>
<descriptorRefs>
<descriptorRef>jar-with-dependencies</descriptorRef>
</descriptorRefs>
</configuration>
</plugin>
</plugins>
</build>
</project>

0 comments on commit 188e2e1

Please sign in to comment.