[java-parent-project COMMIT] /trunk/pom.xml
noreply at shibboleth.net
noreply at shibboleth.net
Fri Oct 28 16:22:03 BST 2011
Author: lajoie
Date: Fri Oct 28 16:22:03 2011
New Revision: 24
URL: http://svn.shibboleth.net/view/java-parent-project?rev=24&view=rev
Log:
do a bit of plugin configuration
Modified:
trunk/pom.xml
Modified: trunk/pom.xml
URL: http://svn.shibboleth.net/view/java-parent-project/trunk/pom.xml?rev=24&r1=23&r2=24&view=diff
==============================================================================
--- trunk/pom.xml (original)
+++ trunk/pom.xml Fri Oct 28 16:22:03 2011
@@ -290,6 +290,8 @@
<compilerArguments>
<endorseddirs>${project.build.directory}/endorsed</endorseddirs>
</compilerArguments>
+ <showDeprecation>true</showDeprecation>
+ <showWarnings>true</showWarnings>
</configuration>
</plugin>
<plugin>
@@ -312,6 +314,7 @@
<version>2.2.1</version>
<configuration>
<tarLongFileMode>gnu</tarLongFileMode>
+ <ignoreMissingDescriptor>true</ignoreMissingDescriptor>
</configuration>
<executions>
<execution>
@@ -378,6 +381,7 @@
</links>
<quiet>true</quiet>
<author>false</author>
+ <show>private</show>
<version>true</version>
<doctitle>${project.name} ${project.version} Java API</doctitle>
<windowtitle>${project.name} ${project.version} Java API</windowtitle>
More information about the commits
mailing list