aboutsummaryrefslogtreecommitdiff
path: root/pdf-as-lib/pom.xml
diff options
context:
space:
mode:
authortknall <tknall@7b5415b0-85f9-ee4d-85bd-d5d0c3b42d1c>2013-01-28 13:57:03 +0000
committertknall <tknall@7b5415b0-85f9-ee4d-85bd-d5d0c3b42d1c>2013-01-28 13:57:03 +0000
commit5c5010f818b32b43f2c0c799ef062ef12bff66ca (patch)
tree298ff1a94f0740e446b2b1f3df1b1c5b562f4fa0 /pdf-as-lib/pom.xml
parentf9850d02d8559b7e7f3555d0e2c7cfe746257958 (diff)
downloadpdf-as-3-5c5010f818b32b43f2c0c799ef062ef12bff66ca.tar.gz
pdf-as-3-5c5010f818b32b43f2c0c799ef062ef12bff66ca.tar.bz2
pdf-as-3-5c5010f818b32b43f2c0c799ef062ef12bff66ca.zip
Maven build scripts enhanced.
git-svn-id: https://joinup.ec.europa.eu/svn/pdf-as/pdf-as/trunk@928 7b5415b0-85f9-ee4d-85bd-d5d0c3b42d1c
Diffstat (limited to 'pdf-as-lib/pom.xml')
-rw-r--r--pdf-as-lib/pom.xml32
1 files changed, 20 insertions, 12 deletions
diff --git a/pdf-as-lib/pom.xml b/pdf-as-lib/pom.xml
index 01b2279..93e585b 100644
--- a/pdf-as-lib/pom.xml
+++ b/pdf-as-lib/pom.xml
@@ -19,21 +19,9 @@
<build>
- <finalName>pdf-as-${project.version}</finalName>
-
<plugins>
<plugin>
- <artifactId>maven-compiler-plugin</artifactId>
- <configuration>
- <excludes>
- <exclude>at/gv/egiz/pdfas/test/*/</exclude>
- <exclude>demo/*/</exclude>
- </excludes>
- </configuration>
- </plugin>
-
- <plugin>
<artifactId>maven-jar-plugin</artifactId>
<configuration>
<archive>
@@ -53,6 +41,26 @@
</configuration>
</plugin>
+ <plugin>
+ <groupId>org.apache.maven.plugins</groupId>
+ <artifactId>maven-assembly-plugin</artifactId>
+ <executions>
+ <execution>
+ <id>make-assembly</id>
+ <phase>package</phase>
+ <goals>
+ <goal>single</goal>
+ </goals>
+ </execution>
+ </executions>
+ <configuration>
+ <descriptors>
+ <descriptor>src/main/assembly/lib.xml</descriptor>
+ </descriptors>
+ <appendAssemblyId>false</appendAssemblyId>
+ </configuration>
+ </plugin>
+
</plugins>
</build>