mirror of
https://github.com/DSpace/DSpace.git
synced 2025-10-07 18:14:26 +00:00
Use locally release versions under org.dspace for Maven plugins, these are maintained at dspace-sandbox.googlecode.com
git-svn-id: http://scm.dspace.org/svn/repo/branches/dspace-1_5_x@2655 9c30dcfa-912a-0410-8fc2-9e0234be79fd
This commit is contained in:
@@ -98,9 +98,9 @@
|
|||||||
</executions>
|
</executions>
|
||||||
</plugin>
|
</plugin>
|
||||||
<plugin>
|
<plugin>
|
||||||
<groupId>org.codehaus.mojo</groupId>
|
<groupId>org.dspace.maven.plugins</groupId>
|
||||||
<artifactId>native2ascii-maven-plugin</artifactId>
|
<artifactId>dspace-native2ascii-plugin</artifactId>
|
||||||
<version>1.0-alpha-3-SNAPSHOT</version>
|
<version>1.0</version>
|
||||||
<configuration>
|
<configuration>
|
||||||
<encoding>UTF8</encoding>
|
<encoding>UTF8</encoding>
|
||||||
<includes>**/*.properties.UTF-8</includes>
|
<includes>**/*.properties.UTF-8</includes>
|
||||||
|
2
pom.xml
2
pom.xml
@@ -44,7 +44,7 @@
|
|||||||
<dependency>
|
<dependency>
|
||||||
<groupId>org.dspace.maven.plugins</groupId>
|
<groupId>org.dspace.maven.plugins</groupId>
|
||||||
<artifactId>dspace-assembly-plugin</artifactId>
|
<artifactId>dspace-assembly-plugin</artifactId>
|
||||||
<version>SNAPSHOT</version>
|
<version>1.0</version>
|
||||||
</dependency>
|
</dependency>
|
||||||
</dependencies>
|
</dependencies>
|
||||||
</plugin>
|
</plugin>
|
||||||
|
Reference in New Issue
Block a user