aboutsummaryrefslogtreecommitdiff
path: root/pom.xml
diff options
context:
space:
mode:
authortknall <tknall@7b5415b0-85f9-ee4d-85bd-d5d0c3b42d1c>2010-08-12 07:50:58 +0000
committertknall <tknall@7b5415b0-85f9-ee4d-85bd-d5d0c3b42d1c>2010-08-12 07:50:58 +0000
commitad806535da32c317abba16d29326e65b7c10bf13 (patch)
treee7f05f795ae9e88e7609203a7fab11f6fc270ef5 /pom.xml
parent19049a1a803b1732090487b5b432bea4203b8998 (diff)
downloadpdf-as-3-ad806535da32c317abba16d29326e65b7c10bf13.tar.gz
pdf-as-3-ad806535da32c317abba16d29326e65b7c10bf13.tar.bz2
pdf-as-3-ad806535da32c317abba16d29326e65b7c10bf13.zip
more logging
new errorcode for invalid signature dictionary (232) detect invalid signature dictionary detect errors (invalid glyph mappings) when extracting text remove useless certificate digest calculation remove invocation of erroneous getCertDigest method webapp: hotfix for NPE adjustments for new mocca (applet) version (layout) POM: removed deprecated maven elements git-svn-id: https://joinup.ec.europa.eu/svn/pdf-as/trunk@587 7b5415b0-85f9-ee4d-85bd-d5d0c3b42d1c
Diffstat (limited to 'pom.xml')
-rw-r--r--pom.xml9
1 files changed, 5 insertions, 4 deletions
diff --git a/pom.xml b/pom.xml
index 7d36203..ae023aa 100644
--- a/pom.xml
+++ b/pom.xml
@@ -98,7 +98,7 @@
</resource>
</resources>
- <finalName>${artifactId}-${version}</finalName>
+ <finalName>${project.artifactId}-${project.version}</finalName>
<plugins>
@@ -140,6 +140,7 @@
<descriptor>src/main/assembly/assemble_distribution_cl.xml</descriptor>
-->
<descriptor>src/main/assembly/assemble_distribution_cl.xml</descriptor>
+ <descriptor>src/main/assembly/assemble_repository.xml</descriptor>
</descriptors>
</configuration>
</plugin>
@@ -157,8 +158,8 @@
<manifestEntries>
<Class-Path>.</Class-Path>
<mode>development</mode>
- <url>${pom.url}</url>
- <Implementation-Build>${pom.version}</Implementation-Build>
+ <url>${project.url}</url>
+ <Implementation-Build>${project.version}</Implementation-Build>
</manifestEntries>
</archive>
</configuration>
@@ -179,7 +180,7 @@
<target>1.4</target>
<verbose>false</verbose>
<quiet>true</quiet>
- <windowtitle>${pom.name} v${pom.version} API</windowtitle>
+ <windowtitle>${project.name} v${project.version} API</windowtitle>
<!-- additionalJOption>-J-Xms256m -J-Xmx512m</additionalJOption-->
<tags>
<tag>