You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@deltaspike.apache.org by gp...@apache.org on 2012/02/21 13:55:09 UTC

git commit: DELTASPIKE-101 maven plugin for incubator-disclaimer added

Updated Branches:
  refs/heads/master 11c04913d -> 13bcf1004


DELTASPIKE-101 maven plugin for incubator-disclaimer added


Project: http://git-wip-us.apache.org/repos/asf/incubator-deltaspike/repo
Commit: http://git-wip-us.apache.org/repos/asf/incubator-deltaspike/commit/13bcf100
Tree: http://git-wip-us.apache.org/repos/asf/incubator-deltaspike/tree/13bcf100
Diff: http://git-wip-us.apache.org/repos/asf/incubator-deltaspike/diff/13bcf100

Branch: refs/heads/master
Commit: 13bcf1004d6a10578ef419a8ee17a1f894a0cc20
Parents: 11c0491
Author: gpetracek <gp...@apache.org>
Authored: Tue Feb 21 13:54:25 2012 +0100
Committer: gpetracek <gp...@apache.org>
Committed: Tue Feb 21 13:54:25 2012 +0100

----------------------------------------------------------------------
 deltaspike/pom.xml |   19 +++++++++++++++++++
 1 files changed, 19 insertions(+), 0 deletions(-)
----------------------------------------------------------------------


http://git-wip-us.apache.org/repos/asf/incubator-deltaspike/blob/13bcf100/deltaspike/pom.xml
----------------------------------------------------------------------
diff --git a/deltaspike/pom.xml b/deltaspike/pom.xml
index 5a48554..2ab9170 100644
--- a/deltaspike/pom.xml
+++ b/deltaspike/pom.xml
@@ -72,6 +72,25 @@
                         <localCheckout>true</localCheckout>
                     </configuration>
                 </plugin>
+
+                <plugin>
+                    <groupId>org.apache.maven.plugins</groupId>
+                    <artifactId>maven-remote-resources-plugin</artifactId>
+                    <executions>
+                        <execution>
+                            <id>process-remote-resources</id>
+                            <goals>
+                                <goal>process</goal>
+                            </goals>
+                            <configuration>
+                                <resourceBundles>
+                                    <!-- Include the Incubating disclaimer -->
+                                    <resourceBundle>org.apache:apache-incubator-disclaimer-resource-bundle:1.1</resourceBundle>
+                                </resourceBundles>
+                            </configuration>
+                        </execution>
+                    </executions>
+                </plugin>
             </plugins>
         </pluginManagement>
     </build>