Author: ijd
Date: Wed Oct 30 14:33:59 2013
New Revision: 1537110
URL: http://svn.apache.org/r1537110
Log:
Added module for jena-maven-tools. Also changed non-space whitespace to spaces.
Modified:
jena/trunk/pom.xml
Modified: jena/trunk/pom.xml
URL:
http://svn.apache.org/viewvc/jena/trunk/pom.xml?rev=1537110&r1=1537109&r2=1537110&view=diff
==============================================================================
--- jena/trunk/pom.xml (original)
+++ jena/trunk/pom.xml Wed Oct 30 14:33:59 2013
@@ -15,7 +15,8 @@
See the License for the specific language governing permissions and
limitations under the License.
-->
-<project xmlns="http://maven.apache.org/POM/4.0.0"
xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance"
xsi:schemaLocation="http://maven.apache.org/POM/4.0.0
http://maven.apache.org/xsd/maven-4.0.0.xsd">
+<project xmlns="http://maven.apache.org/POM/4.0.0"
xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance"
+ xsi:schemaLocation="http://maven.apache.org/POM/4.0.0
http://maven.apache.org/xsd/maven-4.0.0.xsd">
<modelVersion>4.0.0</modelVersion>
<name>Apache Jena</name>
@@ -53,64 +54,66 @@
<profiles>
<profile>
- <!--
- This is the dev profile, it only builds the common modules and
- does not build SDB nor the slow-to-test JDBC module.
+ <!--
+ This is the dev profile, 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-core</module>
- <module>jena-arq</module>
- <module>jena-tdb</module>
- <module>jena-text</module>
- <module>jena-spatial</module>
-
- <!-- Slow to build - exclude from default dev build -->
- <!-- <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-parent</module>
+ <!--<module>jena-iri</module> -->
+ <module>jena-core</module>
+ <module>jena-arq</module>
+ <module>jena-tdb</module>
+ <module>jena-text</module>
+ <module>jena-spatial</module>
+
+ <!-- Slow to build - exclude from default dev build -->
+ <!-- <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-maven-tools</module>
</modules>
</profile>
-
+
<profile>
- <!--
- This is the complete profile, it builds everything including slow
building modules and
- the distribution packages.
-
- This profile must be enabled when making a release
- -P apache-release,complete
+ <!--
+ This is the complete profile, it builds everything including slow
+ building modules and the distribution packages. This profile must be
enabled
+ when making a release -P apache-release,complete
-->
<id>complete</id>
<activation>
- <activeByDefault>true</activeByDefault>
+ <activeByDefault>true</activeByDefault>
</activation>
<modules>
- <module>jena-parent</module>
- <module>jena-iri</module>
- <module>jena-core</module>
+ <module>jena-parent</module>
+ <module>jena-iri</module>
+ <module>jena-core</module>
- <module>jena-arq</module>
- <module>jena-tdb</module>
+ <module>jena-arq</module>
+ <module>jena-tdb</module>
- <module>jena-text</module>
- <module>jena-spatial</module>
+ <module>jena-text</module>
+ <module>jena-spatial</module>
- <module>jena-sdb</module>
+ <module>jena-sdb</module>
- <module>jena-fuseki</module>
- <module>jena-security</module>
+ <module>jena-fuseki</module>
+ <module>jena-security</module>
- <module>jena-jdbc</module>
+ <module>jena-jdbc</module>
- <module>apache-jena-libs</module>
- <module>apache-jena</module>
+ <module>apache-jena-libs</module>
+ <module>apache-jena</module>
+
+ <module>jena-maven-tools</module>
</modules>
</profile>
</profiles>
@@ -123,8 +126,8 @@
<unsubscribe>[email protected]</unsubscribe>
<archive>http://mail-archives.apache.org/mod_mbox/jena-users/</archive>
<otherArchives>
-
<otherArchive>http://www.mail-archive.com/[email protected]/</otherArchive>
-
<otherArchive>http://markmail.org/search/?q=list%3Aorg.apache.jena.users</otherArchive>
+
<otherArchive>http://www.mail-archive.com/[email protected]/</otherArchive>
+
<otherArchive>http://markmail.org/search/?q=list%3Aorg.apache.jena.users</otherArchive>
</otherArchives>
</mailingList>
<mailingList>
@@ -134,8 +137,8 @@
<unsubscribe>[email protected]</unsubscribe>
<archive>http://mail-archives.apache.org/mod_mbox/jena-dev/</archive>
<otherArchives>
-
<otherArchive>http://www.mail-archive.com/[email protected]/</otherArchive>
-
<otherArchive>http://markmail.org/search/?q=list%3Aorg.apache.jena.dev</otherArchive>
+
<otherArchive>http://www.mail-archive.com/[email protected]/</otherArchive>
+
<otherArchive>http://markmail.org/search/?q=list%3Aorg.apache.jena.dev</otherArchive>
</otherArchives>
</mailingList>
<mailingList>
@@ -146,7 +149,7 @@
<archive>http://mail-archives.apache.org/mod_mbox/jena-commits/</archive>
</mailingList>
</mailingLists>
-
+
<issueManagement>
<system>JIRA</system>