Skip to content

Commit

Permalink
[ issue #12 ] improvements and fixes on pom.xml
Browse files Browse the repository at this point in the history
  • Loading branch information
agazzarini committed Dec 12, 2014
1 parent 9832970 commit 5ba6bbe
Showing 1 changed file with 24 additions and 16 deletions.
40 changes: 24 additions & 16 deletions solrdf/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -16,6 +16,28 @@
<mockito.version>1.9.5-rc1</mockito.version>
<solr.version>4.8.0</solr.version>
</properties>
<licenses>
<license>
<name>The Apache Software License, Version 2.0</name>
<url>http://www.apache.org/licenses/LICENSE-2.0.txt</url>
</license>
</licenses>
<developers>
<developer>
<name>Andrea Gazzarini</name>
<email>[email protected]</email>
<url>http://it.linkedin.com/in/andreagazzarini</url>
</developer>
</developers>
<reporting>
<plugins>
<plugin>
<groupId>org.apache.maven.plugins</groupId>
<artifactId>maven-jxr-plugin</artifactId>
<version>2.3</version>
</plugin>
</plugins>
</reporting>
<dependencies>
<dependency>
<groupId>org.apache.solr</groupId>
Expand Down Expand Up @@ -123,23 +145,9 @@
</deployables>
<wait>false</wait>
</configuration>
<!-- <executions> -->
<!-- <execution> -->
<!-- <id>start-container</id> -->
<!-- <phase>pre-integration-test</phase> -->
<!-- <goals> -->
<!-- <goal>start</goal> -->
<!-- </goals> -->
<!-- </execution> -->
<!-- <execution> -->
<!-- <id>stop-container</id> -->
<!-- <phase>post-integration-test</phase> -->
<!-- <goals> -->
<!-- <goal>stop</goal> -->
<!-- </goals> -->
<!-- </execution> -->
<!-- </executions> -->
</plugin>
</plugins>
</build>
<url>https://github.com/agazzarini/SolRD</url>
<description>A set of Solr addons for using Solr as an RDF Store.</description>
</project>

0 comments on commit 5ba6bbe

Please sign in to comment.