Skip to content

Commit

Permalink
Enable jena-maven-tools in trunk build
Browse files Browse the repository at this point in the history
git-svn-id: https://svn.apache.org/repos/asf/jena/trunk@1559349 13f79535-47bb-0310-9956-ffa450edef68
  • Loading branch information
afs committed Jan 18, 2014
1 parent 25ad81a commit 8dbe9f6
Showing 1 changed file with 10 additions and 7 deletions.
17 changes: 10 additions & 7 deletions pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -55,28 +55,30 @@
<profiles>
<profile>
<!--
This is the dev profile, it only builds the common modules and
This is the dev profile, tyopically used locally with "mvn clean install".
It only builds the common modules and
does not build SDB nor the slow-to-test JDBC module.
-->
<id>dev</id>
<modules>
<module>jena-parent</module>
<!--<module>jena-iri</module> -->
<!--<module>jena-iri</module> -->
<module>jena-core</module>
<module>jena-arq</module>
<module>jena-tdb</module>
<module>jena-text</module>
<module>jena-text</module>
<module>jena-spatial</module>

<!-- Slow to build - exclude from default dev build -->
<!-- <module>jena-sdb</module> -->
<!-- <module>jena-sdb</module> -->

<module>jena-fuseki</module>
<module>jena-security</module>
<!-- Slow to build - exclude from default dev build -->
<!-- <module>jena-jdbc</module> -->
<!--<module>apache-jena-libs</module> -->
<!--<module>apache-jena</module> -->
<!-- <module>jena-jdbc</module> -->
<!-- <module>jena-maven-tools</module> -->
<!-- <module>apache-jena-libs</module> -->
<!-- <module>apache-jena</module> -->
</modules>
</profile>

Expand Down Expand Up @@ -107,6 +109,7 @@
<module>jena-security</module>

<module>jena-jdbc</module>
<module>jena-maven-tools</module>

<module>apache-jena-libs</module>
<module>apache-jena</module>
Expand Down

0 comments on commit 8dbe9f6

Please sign in to comment.