mirror of
https://github.com/DSpace/DSpace.git
synced 2025-10-07 01:54:22 +00:00
Correcting some problems with the last commit.
git-svn-id: http://scm.dspace.org/svn/repo/trunk@2734 9c30dcfa-912a-0410-8fc2-9e0234be79fd
This commit is contained in:
@@ -16,7 +16,7 @@
|
||||
<parent>
|
||||
<groupId>org.dspace</groupId>
|
||||
<artifactId>dspace-parent</artifactId>
|
||||
<version>1.5-SNAPSHOT</version>
|
||||
<version>SNAPSHOT</version>
|
||||
</parent>
|
||||
|
||||
<repositories>
|
||||
@@ -57,9 +57,13 @@
|
||||
into the snapshot repository below.
|
||||
-->
|
||||
<scm>
|
||||
<connection>scm:svn:http://dspace.svn.sourceforge.net/svnroot/dspace/branches/dspace-1_5_x/dspace</connection>
|
||||
<developerConnection>scm:svn:https://dspace.svn.sourceforge.net/svnroot/dspace/branches/dspace-1_5_x/dspace</developerConnection>
|
||||
<url>http://dspace.svn.sourceforge.net/viewvc/dspace/branches/dspace-1_5_x/dspace</url>
|
||||
<connection>
|
||||
scm:svn:http://dspace.svn.sourceforge.net/svnroot/dspace/trunk/dspace
|
||||
</connection>
|
||||
<developerConnection>
|
||||
scm:svn:https://dspace.svn.sourceforge.net/svnroot/dspace/trunk/dspace
|
||||
</developerConnection>
|
||||
<url>http://dspace.svn.sourceforge.net/viewvc/dspace/trunk/dspace</url>
|
||||
</scm>
|
||||
|
||||
<profiles>
|
||||
@@ -460,4 +464,53 @@
|
||||
</properties>
|
||||
</profile>
|
||||
|
||||
</project>
|
||||
<profile>
|
||||
<id>oracle-support</id>
|
||||
<activation>
|
||||
<property>
|
||||
<name>db.name</name>
|
||||
<value>oracle</value>
|
||||
</property>
|
||||
</activation>
|
||||
<dependencies>
|
||||
<dependency>
|
||||
<groupId>com.oracle</groupId>
|
||||
<artifactId>ojdbc14</artifactId>
|
||||
</dependency>
|
||||
</dependencies>
|
||||
</profile>
|
||||
</profiles>
|
||||
|
||||
<build>
|
||||
<plugins>
|
||||
<!-- overall project assembly -->
|
||||
<plugin>
|
||||
<artifactId>maven-assembly-plugin</artifactId>
|
||||
<configuration>
|
||||
<descriptors>
|
||||
<descriptor>src/assemble/assembly.xml</descriptor>
|
||||
</descriptors>
|
||||
</configuration>
|
||||
<executions>
|
||||
<execution>
|
||||
<phase>package</phase>
|
||||
<goals>
|
||||
<goal>directory-single</goal>
|
||||
</goals>
|
||||
</execution>
|
||||
</executions>
|
||||
</plugin>
|
||||
</plugins>
|
||||
</build>
|
||||
|
||||
<dependencies>
|
||||
<dependency>
|
||||
<groupId>org.dspace</groupId>
|
||||
<artifactId>dspace-api</artifactId>
|
||||
</dependency>
|
||||
<dependency>
|
||||
<groupId>org.dspace</groupId>
|
||||
<artifactId>language-packs</artifactId>
|
||||
</dependency>
|
||||
</dependencies>
|
||||
</project>
|
||||
|
Reference in New Issue
Block a user