You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@openjpa.apache.org by st...@apache.org on 2015/04/18 13:48:53 UTC

svn commit: r1674483 - /openjpa/trunk/openjpa-examples/openbooks/pom.xml

Author: struberg
Date: Sat Apr 18 11:48:53 2015
New Revision: 1674483

URL: http://svn.apache.org/r1674483
Log:
disable openbooks to be built during release

Becasue it causes a build loop.
The openbook example build.xml needs a 'install' target to be run 
before you can execute it. But this doesn't get performed during a release.

Modified:
    openjpa/trunk/openjpa-examples/openbooks/pom.xml

Modified: openjpa/trunk/openjpa-examples/openbooks/pom.xml
URL: http://svn.apache.org/viewvc/openjpa/trunk/openjpa-examples/openbooks/pom.xml?rev=1674483&r1=1674482&r2=1674483&view=diff
==============================================================================
--- openjpa/trunk/openjpa-examples/openbooks/pom.xml (original)
+++ openjpa/trunk/openjpa-examples/openbooks/pom.xml Sat Apr 18 11:48:53 2015
@@ -231,6 +231,17 @@
                 </plugins>
             </build>
         </profile>
+
+
+        <!--
+            Profile to openbooks to be built during a release (because it creates a build loop).
+            Activating this profile will simply disable the default profile
+         -->
+        <profile>
+            <id>apache-release</id>
+        </profile>
+
+
     </profiles>
 </project>