mirror of
https://github.com/DSpace/DSpace.git
synced 2025-10-16 14:33:09 +00:00
Improvements to build and release for dspace-solr
This commit is contained in:
12
pom.xml
12
pom.xml
@@ -18,15 +18,15 @@
|
|||||||
<modelVersion>4.0.0</modelVersion>
|
<modelVersion>4.0.0</modelVersion>
|
||||||
|
|
||||||
<parent>
|
<parent>
|
||||||
<groupId>org.apache</groupId>
|
<groupId>org.dspace</groupId>
|
||||||
<artifactId>apache</artifactId>
|
<artifactId>dspace-pom</artifactId>
|
||||||
<version>4</version>
|
<version>9</version>
|
||||||
</parent>
|
</parent>
|
||||||
|
|
||||||
<groupId>org.dspace</groupId>
|
<groupId>org.dspace</groupId>
|
||||||
<artifactId>dspace-solr-parent</artifactId>
|
<artifactId>dspace-solr-parent</artifactId>
|
||||||
<name>Apache Solr Parent POM</name>
|
<name>Apache Solr Parent POM</name>
|
||||||
<version>1.4.1.0</version>
|
<version>1.4.1.1-SNAPSHOT</version>
|
||||||
<description>Apache Solr Parent POM</description>
|
<description>Apache Solr Parent POM</description>
|
||||||
<url>http://lucene.apache.org/solr</url>
|
<url>http://lucene.apache.org/solr</url>
|
||||||
<packaging>pom</packaging>
|
<packaging>pom</packaging>
|
||||||
@@ -48,10 +48,10 @@
|
|||||||
|
|
||||||
<scm>
|
<scm>
|
||||||
<connection>
|
<connection>
|
||||||
scm:svn:https://scm.dspace.org/svn/repo/modules/dspace-solr/tags/dspace-solr-parent-1.4.1.0
|
scm:svn:https://scm.dspace.org/svn/repo/modules/dspace-solr/trunk
|
||||||
</connection>
|
</connection>
|
||||||
<developerConnection>
|
<developerConnection>
|
||||||
scm:svn:https://scm.dspace.org/svn/repo/modules/dspace-solr/tags/dspace-solr-parent-1.4.1.0
|
scm:svn:https://scm.dspace.org/svn/repo/modules/dspace-solr/trunk
|
||||||
</developerConnection>
|
</developerConnection>
|
||||||
<url>http://svn.apache.org/viewvc/maven/pom/tags/dspace-solr-parent-1.4.1.0</url>
|
<url>http://svn.apache.org/viewvc/maven/pom/tags/dspace-solr-parent-1.4.1.0</url>
|
||||||
</scm>
|
</scm>
|
||||||
|
@@ -20,24 +20,24 @@
|
|||||||
<parent>
|
<parent>
|
||||||
<groupId>org.dspace</groupId>
|
<groupId>org.dspace</groupId>
|
||||||
<artifactId>dspace-solr-parent</artifactId>
|
<artifactId>dspace-solr-parent</artifactId>
|
||||||
<version>1.4.1.0</version>
|
<version>1.4.1.1-SNAPSHOT</version>
|
||||||
</parent>
|
</parent>
|
||||||
|
|
||||||
<groupId>org.dspace</groupId>
|
<groupId>org.dspace</groupId>
|
||||||
<artifactId>dspace-solr</artifactId>
|
<artifactId>dspace-solr</artifactId>
|
||||||
<name>Apache Solr Webapp</name>
|
<name>Apache Solr Webapp</name>
|
||||||
<version>1.4.1.0</version>
|
<version>1.4.1.1-SNAPSHOT</version>
|
||||||
<description>Apache Solr Server</description>
|
<description>Apache Solr Server</description>
|
||||||
<packaging>war</packaging>
|
<packaging>war</packaging>
|
||||||
|
|
||||||
<scm>
|
<scm>
|
||||||
<connection>
|
<connection>
|
||||||
scm:svn:https://scm.dspace.org/svn/repo/modules/dspace-solr/tags/dspace-solr-parent-1.4.1.0/webapp
|
scm:svn:https://scm.dspace.org/svn/repo/modules/dspace-solr/trunk/webapp
|
||||||
</connection>
|
</connection>
|
||||||
<developerConnection>
|
<developerConnection>
|
||||||
scm:svn:https://scm.dspace.org/svn/repo/modules/dspace-solr/tags/dspace-solr-parent-1.4.1.0/webapp
|
scm:svn:https://scm.dspace.org/svn/repo/modules/dspace-solr/trunk/webapp
|
||||||
</developerConnection>
|
</developerConnection>
|
||||||
<url>http://svn.apache.org/viewvc/maven/pom/tags/dspace-solr-parent-1.4.1.0/dspace-solr-webapp</url>
|
<url>https://scm.dspace.org/svn/repo/modules/dspace-solr/trunk/webapp</url>
|
||||||
</scm>
|
</scm>
|
||||||
|
|
||||||
<build>
|
<build>
|
||||||
@@ -77,46 +77,6 @@
|
|||||||
</execution>
|
</execution>
|
||||||
</executions>
|
</executions>
|
||||||
</plugin>
|
</plugin>
|
||||||
|
|
||||||
|
|
||||||
|
|
||||||
<plugin>
|
|
||||||
<groupId>org.mortbay.jetty</groupId>
|
|
||||||
<artifactId>maven-jetty-plugin</artifactId>
|
|
||||||
<configuration>
|
|
||||||
|
|
||||||
<scanIntervalSeconds>10</scanIntervalSeconds>
|
|
||||||
|
|
||||||
<webApp>${basedir}/target/dspace-solr-webapp-${version}.war</webApp>
|
|
||||||
|
|
||||||
<systemProperties>
|
|
||||||
<systemProperty>
|
|
||||||
<name>solr.solr.home</name>
|
|
||||||
<value>/Users/dryad/repo/solr</value>
|
|
||||||
</systemProperty>
|
|
||||||
</systemProperties>
|
|
||||||
<connectors>
|
|
||||||
<connector implementation="org.mortbay.jetty.nio.SelectChannelConnector">
|
|
||||||
<port>9090</port>
|
|
||||||
<maxIdleTime>60000</maxIdleTime>
|
|
||||||
</connector>
|
|
||||||
</connectors>
|
|
||||||
<requestLog implementation="org.mortbay.jetty.NCSARequestLog">
|
|
||||||
<filename>target/yyyy_mm_dd.request.log</filename>
|
|
||||||
<retainDays>90</retainDays>
|
|
||||||
<append>true</append>
|
|
||||||
<extended>false</extended>
|
|
||||||
<logTimeZone>GMT</logTimeZone>
|
|
||||||
</requestLog>
|
|
||||||
</configuration>
|
|
||||||
</plugin>
|
|
||||||
|
|
||||||
|
|
||||||
|
|
||||||
|
|
||||||
|
|
||||||
|
|
||||||
|
|
||||||
</plugins>
|
</plugins>
|
||||||
</build>
|
</build>
|
||||||
<dependencies>
|
<dependencies>
|
||||||
@@ -164,4 +124,4 @@
|
|||||||
</dependency>
|
</dependency>
|
||||||
</dependencies>
|
</dependencies>
|
||||||
|
|
||||||
</project>
|
</project>
|
||||||
|
Reference in New Issue
Block a user