Skip to content

Commit

Permalink
Use new and separate common parent pom.
Browse files Browse the repository at this point in the history
git-svn-id: http://scm.dspace.org/svn/repo/modules/dspace-services/trunk@4337 9c30dcfa-912a-0410-8fc2-9e0234be79fd
  • Loading branch information
mdiggory committed Oct 3, 2009
1 parent adafd31 commit 4d09330
Showing 1 changed file with 14 additions and 189 deletions.
203 changes: 14 additions & 189 deletions pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -6,86 +6,20 @@
<artifactId>dspace-services</artifactId>
<packaging>pom</packaging>
<name>DSpace Services Modules</name>
<url>http://projects.dspace.org</url>
<url>http://projects.dspace.org/dspace-services</url>

<organization>
<name>The DSpace Foundation</name>
<url>http://www.dspace.org</url>
</organization>
<version>2.0.0-SNAPSHOT</version><!-- dspace2.version -->

<build>
<plugins>
<!-- java 1.5 or higher -->
<plugin>
<artifactId>maven-compiler-plugin</artifactId>
<configuration>
<source>1.5</source>
<target>1.5</target>
</configuration>
</plugin>
<plugin>
<groupId>org.apache.maven.plugins</groupId>
<artifactId>maven-jar-plugin</artifactId>
<configuration>
<archive>
<manifest>
<addDefaultImplementationEntries>true</addDefaultImplementationEntries>
<addDefaultSpecificationEntries>true</addDefaultSpecificationEntries>
</manifest>
</archive>
</configuration>

<executions>
<execution>
<goals>
<goal>test-jar</goal>
</goals>
</execution>
</executions>
</plugin>
<plugin>
<groupId>org.apache.maven.plugins</groupId>
<artifactId>maven-war-plugin</artifactId>
<configuration>
<archive>
<manifest>
<addDefaultImplementationEntries>true</addDefaultImplementationEntries>
<addDefaultSpecificationEntries>true</addDefaultSpecificationEntries>
</manifest>
</archive>
</configuration>
</plugin>
<plugin>
<groupId>org.apache.maven.plugins</groupId>
<artifactId>maven-assembly-plugin</artifactId>
</plugin>
<!-- unit testing -->
<plugin>
<groupId>org.apache.maven.plugins</groupId>
<artifactId>maven-surefire-plugin</artifactId>
<!--
By default, the surefire plugin will automatically
include all test classes with the following wildcard
patterns: "**/Test*.java" - includes all of its
subdirectory and all java filenames that start with
"Test". "**/*Test.java" - includes all of its
subdirectory and all java filenames that end with
"Test". "**/*TestCase.java" - includes all of its
subdirectory and all java filenames that end with
"TestCase".
-->
</plugin>
<plugin>
<groupId>org.apache.maven.plugins</groupId>
<artifactId>maven-site-plugin</artifactId>
<configuration>
<outputEncoding>UTF-8</outputEncoding>
<source>1.5</source>
<target>1.5</target>
</configuration>
</plugin>
</plugins>
</build>
<parent>
<artifactId>dspace-pom</artifactId>
<groupId>org.dspace</groupId>
<version>1</version>
</parent>

<version>2.0.0-SNAPSHOT</version>

<modules>
<module>api</module>
Expand Down Expand Up @@ -242,67 +176,14 @@
</dependency>
</dependencies>
</dependencyManagement>

<licenses>
<license>
<name>The Duraspace Foundation License.</name>
<url>LICENSE.txt</url>
<comments> A BSD compatable OSS license for the DSpace codebase.</comments>
</license>
</licenses>
<parent>
<artifactId>dspace-parent</artifactId>
<groupId>org.dspace</groupId>
<version>2.0.0-SNAPSHOT</version>
</parent>
<issueManagement>
<system>Sourceforge Issue Tracking</system>
<url>http://sourceforge.net/tracker/?group_id=19984
</url>
</issueManagement>
<mailingLists>
<mailingList>
<name>DSpace Technical Users List</name>
<subscribe> http://lists.sourceforge.net/mailman/listinfo/dspace-tech
</subscribe>
<unsubscribe> http://lists.sourceforge.net/mailman/listinfo/dspace-tech
</unsubscribe>
<post>dspace-tech AT lists.sourceforge.net</post>
<archive> http://sourceforge.net/mailarchive/forum.php?forum_name=dspace-tech
</archive>
</mailingList>
<mailingList>
<name>DSpace Developers List</name>
<subscribe> http://lists.sourceforge.net/mailman/listinfo/dspace-devel
</subscribe>
<unsubscribe> http://lists.sourceforge.net/mailman/listinfo/dspace-devel
</unsubscribe>
<post>dspace-devel AT lists.sourceforge.net</post>
<archive> http://sourceforge.net/mailarchive/forum.php?forum_name=dspace-devel
</archive>
</mailingList>
<mailingList>
<name>DSpace Manakin List</name>
<subscribe> http://lists.sourceforge.net/mailman/listinfo/dspace-manakin
</subscribe>
<unsubscribe> http://lists.sourceforge.net/mailman/listinfo/dspace-manakin
</unsubscribe>
<post>dspace-manakin AT lists.sourceforge.net</post>
<archive>
http://sourceforge.net/mailarchive/forum.php?forum_name=dspace-manakin
</archive>
</mailingList>
<mailingList>
<name>DSpace SCM Commit Change-Log</name>
<subscribe> http://lists.sourceforge.net/mailman/listinfo/dspace-changelog
</subscribe>
<unsubscribe> http://lists.sourceforge.net/mailman/listinfo/dspace-changelog
</unsubscribe>
<post>noreply AT lists.sourceforge.net</post>
<archive>
http://sourceforge.net/mailarchive/forum.php?forum_name=dspace-changelog
</archive>
</mailingList>
</mailingLists>

<developers>
<developer>
Expand Down Expand Up @@ -355,9 +236,9 @@
below.
-->
<scm>
<connection>scm:svn:http://scm.dspace.org/svn/repo/dspace2/core/trunk</connection>
<developerConnection>scm:svn:https://scm.dspace.org/svn/repo/dspace2/core/trunk</developerConnection>
<url>http://scm.dspace.org/svn/repo/dspace2/core/trunk</url>
<connection>scm:svn:http://scm.dspace.org/svn/repo/modules/dspace-services/trunk</connection>
<developerConnection>scm:svn:https://scm.dspace.org/svn/repo/modules/dspace-services/trunk</developerConnection>
<url>http://scm.dspace.org/svn/repo/modules/dspace-services/trunk</url>
</scm>
<!--
Distribution Management is currently used by the Continuum
Expand All @@ -381,64 +262,8 @@
</snapshotRepository>
<site>
<id>website</id>
<url> scp://projects.dspace.org/var/www/projects.dspace.org/htdocs</url>
<url>scp://projects.dspace.org/var/www/projects.dspace.org/htdocs/dspace-services</url>
</site>
</distributionManagement>

<reporting>
<plugins>
<plugin>
<groupId>org.codehaus.mojo</groupId>
<artifactId>findbugs-maven-plugin</artifactId>
</plugin>
<plugin>
<groupId>org.apache.maven.plugins</groupId>
<artifactId>maven-checkstyle-plugin</artifactId>
</plugin>
<plugin>
<groupId>org.codehaus.mojo</groupId>
<artifactId>cobertura-maven-plugin</artifactId>
</plugin>
<plugin>
<groupId>org.apache.maven.plugins</groupId>
<artifactId>maven-javadoc-plugin</artifactId>
<configuration>
<aggregate>true</aggregate>
<links>
<link>http://java.sun.com/j2se/1.5.0/docs/api</link>
<link>http://java.sun.com/products/servlet/2.4/javadoc/</link>
<link>http://junit.sourceforge.net/javadoc/</link>
</links>
</configuration>
</plugin>
<plugin>
<groupId>org.codehaus.mojo</groupId>
<artifactId>jxr-maven-plugin</artifactId>
</plugin>
<plugin>
<groupId>org.codehaus.mojo</groupId>
<artifactId>jdepend-maven-plugin</artifactId>
</plugin>
<plugin>
<groupId>org.codehaus.mojo</groupId>
<artifactId>taglist-maven-plugin</artifactId>
<configuration>
<tags>
<tag>TODO</tag>
<tag>FIXME</tag>
<tag>@deprecated</tag>
</tags>
</configuration>
</plugin>
<plugin>
<groupId>org.apache.maven.plugins</groupId>
<artifactId>maven-surefire-report-plugin</artifactId>
</plugin>
<plugin>
<groupId>org.apache.maven.plugins</groupId>
<artifactId>maven-site-plugin</artifactId>
</plugin>
</plugins>
</reporting>

</project>

0 comments on commit 4d09330

Please sign in to comment.