You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@jena.apache.org by an...@apache.org on 2016/05/15 13:03:11 UTC

[6/6] jena git commit: Add profile 'bootstrap'

Add profile 'bootstrap'


Project: http://git-wip-us.apache.org/repos/asf/jena/repo
Commit: http://git-wip-us.apache.org/repos/asf/jena/commit/b3279788
Tree: http://git-wip-us.apache.org/repos/asf/jena/tree/b3279788
Diff: http://git-wip-us.apache.org/repos/asf/jena/diff/b3279788

Branch: refs/heads/master
Commit: b327978801a67682ff9c6fe383b8087e633f2ec2
Parents: 0f46e91
Author: Andy Seaborne <an...@apache.org>
Authored: Sun May 15 14:02:44 2016 +0100
Committer: Andy Seaborne <an...@apache.org>
Committed: Sun May 15 14:02:44 2016 +0100

----------------------------------------------------------------------
 pom.xml | 10 ++++++++++
 1 file changed, 10 insertions(+)
----------------------------------------------------------------------


http://git-wip-us.apache.org/repos/asf/jena/blob/b3279788/pom.xml
----------------------------------------------------------------------
diff --git a/pom.xml b/pom.xml
index 036f5ec..cfa8947 100644
--- a/pom.xml
+++ b/pom.xml
@@ -90,6 +90,16 @@
     </profile>
 
     <profile>
+      <!-- From the start, up until profile "dev" -->
+      <id>bootstrap</id>
+       <modules>
+         <module>jena-parent</module>
+         <module>jena-shaded-guava</module>
+         <module>jena-iri</module>
+       </modules>
+    </profile>
+
+    <profile>
       <!--
           This is the complete profile, it builds everything including slow
           building modules and the distribution packages.