-
Notifications
You must be signed in to change notification settings - Fork 20
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
[ issue #12 ] improvements and fixes on pom.xml
- Loading branch information
agazzarini
committed
Dec 12, 2014
1 parent
9832970
commit 5ba6bbe
Showing
1 changed file
with
24 additions
and
16 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
|
@@ -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> | ||
|
@@ -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> |