Author: gabriele
Date: Fri Sep 10 11:57:41 2010
New Revision: 995764
URL: http://svn.apache.org/viewvc?rev=995764&view=rev
Log:
fixes https://issues.apache.org/jira/browse/CMIS-224
-adds custom resource bundle to mention category B deps in NOTICE
- bundles WAR classes in JARs
- small adds to supplemental models
- build ready for release
Modified:
incubator/chemistry/opencmis/trunk/pom.xml
incubator/chemistry/opencmis/trunk/src/main/appended-resources/supplemental-models.xml
Modified: incubator/chemistry/opencmis/trunk/pom.xml
URL:
http://svn.apache.org/viewvc/incubator/chemistry/opencmis/trunk/pom.xml?rev=995764&r1=995763&r2=995764&view=diff
==============================================================================
--- incubator/chemistry/opencmis/trunk/pom.xml (original)
+++ incubator/chemistry/opencmis/trunk/pom.xml Fri Sep 10 11:57:41 2010
@@ -214,6 +214,14 @@
<plugins>
<plugin>
<groupId>org.apache.maven.plugins</groupId>
+ <artifactId>maven-war-plugin</artifactId>
+ <configuration>
+ <archiveClasses>true</archiveClasses>
+ <attachClasses>true</attachClasses>
+ </configuration>
+ </plugin>
+ <plugin>
+ <groupId>org.apache.maven.plugins</groupId>
<artifactId>maven-release-plugin</artifactId>
<version>2.0</version>
<configuration>
@@ -358,16 +366,6 @@
<type>jar</type>
<scope>test</scope>
</dependency>
- <!--
- Added to gather the latest Apache licenses to be added in
- assemblies
- -->
- <dependency>
- <groupId>org.apache</groupId>
- <artifactId>apache-jar-resource-bundle</artifactId>
- <version>1.4</version>
- <scope>provided</scope>
- </dependency>
</dependencies>
<reporting>
@@ -384,14 +382,6 @@
<artifactId>maven-project-info-reports-plugin</artifactId>
<version>2.0.1</version>
</plugin>
- <plugin>
- <groupId>org.apache.maven.plugins</groupId>
- <artifactId>maven-war-plugin</artifactId>
- <configuration>
- <archiveClasses>true</archiveClasses>
- <attachClasses>true</attachClasses>
- </configuration>
- </plugin>
</plugins>
</reporting>
@@ -477,6 +467,7 @@
</goals>
<configuration>
<resourceBundles>
+
<resourceBundle>org.apache.chemistry.resources:chemistry-jar-resource-bundle:1.0-SNAPSHOT</resourceBundle>
<resourceBundle>org.apache:apache-jar-resource-bundle:1.4</resourceBundle>
<resourceBundle>org.apache:apache-incubator-disclaimer-resource-bundle:1.1</resourceBundle>
</resourceBundles>
Modified:
incubator/chemistry/opencmis/trunk/src/main/appended-resources/supplemental-models.xml
URL:
http://svn.apache.org/viewvc/incubator/chemistry/opencmis/trunk/src/main/appended-resources/supplemental-models.xml?rev=995764&r1=995763&r2=995764&view=diff
==============================================================================
---
incubator/chemistry/opencmis/trunk/src/main/appended-resources/supplemental-models.xml
(original)
+++
incubator/chemistry/opencmis/trunk/src/main/appended-resources/supplemental-models.xml
Fri Sep 10 11:57:41 2010
@@ -212,6 +212,7 @@
<groupId>org.jvnet.staxex</groupId>
<artifactId>stax-ex</artifactId>
<version>1.2</version>
+ <name>StAX-Ex Project</name>
<organization>
<name>Java.net</name>
<url>http://dev.java.net</url>