[java-opensaml COMMIT] in /trunk/opensaml-parent: bin/ module-pom.xml.tmpl module-settings/ pom.xml src/ src/site/ sr...
noreply at shibboleth.net
noreply at shibboleth.net
Wed Dec 21 15:34:32 GMT 2011
Author: lajoie
Date: Wed Dec 21 15:34:32 2011
New Revision: 2921
URL: http://svn.shibboleth.net/view/java-opensaml?rev=2921&view=rev
Log:
Remove old module creation instructions/scripts from multi-module project
Add module POM template where new add-module script expects it to be
Add site descriptor where new parent POM expects it to be
Added:
trunk/opensaml-parent/module-pom.xml.tmpl
trunk/opensaml-parent/src/
trunk/opensaml-parent/src/site/
trunk/opensaml-parent/src/site/site.xml (with props)
Removed:
trunk/opensaml-parent/bin/
trunk/opensaml-parent/module-settings/
Modified:
trunk/opensaml-parent/pom.xml
Modified: trunk/opensaml-parent/pom.xml
URL: http://svn.shibboleth.net/view/java-opensaml/trunk/opensaml-parent/pom.xml?rev=2921&r1=2920&r2=2921&view=diff
==============================================================================
--- trunk/opensaml-parent/pom.xml (original)
+++ trunk/opensaml-parent/pom.xml Wed Dec 21 15:34:32 2011
@@ -11,14 +11,16 @@
</parent>
<name>OpenSAML</name>
+ <description>A library for creating, reading, writing and performing some processing of SAML message.</description>
+
<groupId>org.opensaml</groupId>
<artifactId>opensaml-parent</artifactId>
<version>3.0.0-SNAPSHOT</version>
<packaging>pom</packaging>
<modules>
+ <module>../opensaml-util</module>
<module>../opensaml-core</module>
- <module>../opensaml-util</module>
<module>../opensaml-security-api</module>
<module>../opensaml-security-impl</module>
<module>../opensaml-xmlsec-api</module>
@@ -103,26 +105,5 @@
</dependencies>
</dependencyManagement>
-
- <profiles>
- <profile>
- <id>release</id>
- <build>
- <plugins>
- <plugin>
- <groupId>org.apache.maven.plugins</groupId>
- <artifactId>maven-javadoc-plugin</artifactId>
- <version>2.7</version>
- <configuration>
- <links>
- <link>http://hc.apache.org/httpcomponents-client-ga/httpclient/apidocs/</link>
- <link>http://vt-middleware.googlecode.com/svn/vt-crypt/javadoc/vt-crypt-2.1.3/</link>
- </links>
- </configuration>
- </plugin>
- </plugins>
- </build>
- </profile>
- </profiles>
-
+
</project>
More information about the commits
mailing list