| .. | .. |
|---|
| 13 | 13 | <target>1.7</target> |
|---|
| 14 | 14 | </configuration> |
|---|
| 15 | 15 | </plugin> |
|---|
| 16 | + <plugin> |
|---|
| 17 | + <artifactId>maven-assembly-plugin</artifactId> |
|---|
| 18 | + <version>2.4</version> |
|---|
| 19 | + <configuration> |
|---|
| 20 | + <archive> |
|---|
| 21 | + <manifest> |
|---|
| 22 | + <mainClass>net.curisit.securis.License</mainClass> |
|---|
| 23 | + </manifest> |
|---|
| 24 | + </archive> |
|---|
| 25 | + </configuration> |
|---|
| 26 | + </plugin> |
|---|
| 16 | 27 | </plugins> |
|---|
| 17 | 28 | </build> |
|---|
| 18 | 29 | <dependencies> |
|---|
| .. | .. |
|---|
| 46 | 57 | <artifactId>log4j-core</artifactId> |
|---|
| 47 | 58 | <version>2.0-rc1</version> |
|---|
| 48 | 59 | </dependency> |
|---|
| 60 | + <dependency> |
|---|
| 61 | + <groupId>org.apache.maven.plugins</groupId> |
|---|
| 62 | + <artifactId>maven-assembly-plugin</artifactId> |
|---|
| 63 | + <version>2.4</version> |
|---|
| 64 | + <type>maven-plugin</type> |
|---|
| 65 | + </dependency> |
|---|
| 49 | 66 | </dependencies> |
|---|
| 50 | 67 | </project> |
|---|