|
@@ -40,17 +40,30 @@ |
|
|
</configuration> |
|
|
</configuration> |
|
|
</plugin> |
|
|
</plugin> |
|
|
<plugin> |
|
|
<plugin> |
|
|
<groupId>org.codehaus.mojo</groupId> |
|
|
|
|
|
<artifactId>cobertura-maven-plugin</artifactId> |
|
|
|
|
|
<version>2.7</version> |
|
|
|
|
|
<configuration> |
|
|
|
|
|
|
|
|
<groupId>org.codehaus.mojo</groupId> |
|
|
|
|
|
<artifactId>cobertura-maven-plugin</artifactId> |
|
|
|
|
|
<version>2.7</version> |
|
|
|
|
|
<configuration> |
|
|
<formats> |
|
|
<formats> |
|
|
<format>html</format> |
|
|
|
|
|
<format>xml</format> |
|
|
|
|
|
</formats> |
|
|
|
|
|
<check /> |
|
|
|
|
|
</configuration> |
|
|
|
|
|
</plugin> |
|
|
|
|
|
|
|
|
<format>html</format> |
|
|
|
|
|
<format>xml</format> |
|
|
|
|
|
</formats> |
|
|
|
|
|
<check /> |
|
|
|
|
|
</configuration> |
|
|
|
|
|
</plugin> |
|
|
|
|
|
<plugin> |
|
|
|
|
|
<artifactId>maven-assembly-plugin</artifactId> |
|
|
|
|
|
<configuration> |
|
|
|
|
|
<archive> |
|
|
|
|
|
<manifest> |
|
|
|
|
|
<mainClass>libsys.Main</mainClass> |
|
|
|
|
|
</manifest> |
|
|
|
|
|
</archive> |
|
|
|
|
|
<descriptorRefs> |
|
|
|
|
|
<descriptorRef>jar-with-dependencies</descriptorRef> |
|
|
|
|
|
</descriptorRefs> |
|
|
|
|
|
</configuration> |
|
|
|
|
|
</plugin> |
|
|
</plugins> |
|
|
</plugins> |
|
|
</build> |
|
|
</build> |
|
|
</project> |
|
|
</project> |