You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@chemistry.apache.org by ga...@apache.org on 2011/03/04 02:09:13 UTC

svn commit: r1076914 - in /chemistry/opencmis/trunk: pom.xml src/main/appended-resources/META-INF/

Author: gabriele
Date: Fri Mar  4 01:09:13 2011
New Revision: 1076914

URL: http://svn.apache.org/viewvc?rev=1076914&view=rev
Log:
-- using appended-resources to append custom LICENSE bit to mention separate DEPENDENCIES file
-- closes CMIS-325

Added:
    chemistry/opencmis/trunk/src/main/appended-resources/META-INF/
Modified:
    chemistry/opencmis/trunk/pom.xml

Modified: chemistry/opencmis/trunk/pom.xml
URL: http://svn.apache.org/viewvc/chemistry/opencmis/trunk/pom.xml?rev=1076914&r1=1076913&r2=1076914&view=diff
==============================================================================
--- chemistry/opencmis/trunk/pom.xml (original)
+++ chemistry/opencmis/trunk/pom.xml Fri Mar  4 01:09:13 2011
@@ -518,22 +518,10 @@
                     <plugin>
                         <groupId>org.apache.maven.plugins</groupId>
                         <artifactId>maven-remote-resources-plugin</artifactId>
-                        <executions>
-                            <execution>
-                                <goals>
-                                    <goal>process</goal>
-                                </goals>
-                                <configuration>
-                                    <resourceBundles>
-                                        <!-- resourceBundle>org.apache.chemistry.resources:chemistry-jar-resource-bundle:1.0</resourceBundle-->
-                                        <resourceBundle>org.apache:apache-jar-resource-bundle:1.4</resourceBundle>
-                                    </resourceBundles>
-                                    <supplementalModels>
-                                        <supplementalModel>${parentBasedir}/src/main/appended-resources/supplemental-models.xml</supplementalModel>
-                                    </supplementalModels>
-                                </configuration>
-                            </execution>
-                        </executions>
+                        <version>1.2</version>
+                        <configuration>
+                            <appendedResourcesDirectory>${parentBasedir}/src/main/appended-resources</appendedResourcesDirectory>
+                        </configuration>
                     </plugin>
                     <plugin>
                         <groupId>org.apache.maven.plugins</groupId>