Repaired the build process after rebasing.

The dspace rdf war project wasn't build anymore as the activation of the
modules changed with the Mirage 2 contribution.
This commit is contained in:
Pascal-Nicolas Becker
2014-09-11 14:44:02 +02:00
parent dfe6c7460b
commit f254b21973
3 changed files with 14 additions and 13 deletions

View File

@@ -1,13 +1,14 @@
<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/maven-v4_0_0.xsd">
<modelVersion>4.0.0</modelVersion>
<groupId>org.dspace</groupId>
<artifactId>dspace-rdf</artifactId>
<packaging>war</packaging>
<name>DSpace RDF</name>
<description>Parent project for the RDF API and Webapp</description>
<parent>
<artifactId>dspace-parent</artifactId>
<groupId>org.dspace</groupId>
<artifactId>dspace-parent</artifactId>
<version>5.0-SNAPSHOT</version>
<relativePath>..</relativePath>
</parent>
@@ -95,12 +96,10 @@
<dependency>
<groupId>commons-lang</groupId>
<artifactId>commons-lang</artifactId>
<version>2.6</version>
</dependency>
<dependency>
<groupId>commons-cli</groupId>
<artifactId>commons-cli</artifactId>
<version>1.2</version>
</dependency>
</dependencies>
</project>

View File

@@ -73,7 +73,9 @@
<profile>
<id>dspace-rdf</id>
<activation>
<activeByDefault>true</activeByDefault>
<file>
<exists>rdf/pom.xml</exists>
</file>
</activation>
<modules>
<module>rdf</module>

18
pom.xml
View File

@@ -401,7 +401,7 @@
</profile>
<!--
Builds RDF Data Provider WAR for DSpace
Builds RDF API and Data Provider WAR for DSpace
-->
<profile>
<id>dspace-rdf</id>
@@ -1184,6 +1184,14 @@
</mailingLists>
<developers>
<developer>
<name>Pascal-Nicolas Becker</name>
<email>dspace at pascal-becker dot de</email>
<roles>
<role>commiter</role>
</roles>
<timezone>+1</timezone>
</developer>
<developer>
<name>Andrea Bollini</name>
<email>bollini at users.sourceforge.net</email>
@@ -1382,14 +1390,6 @@
</roles>
<timezone>+10</timezone>
</contributor>
<contributor>
<name>Pascal-Nicolas Becker</name>
<email>dspace at pascal-becker dot de</email>
<roles>
<role>developer</role>
</roles>
<timezone>+1</timezone>
</contributor>
</contributors>
<!--