Skip to content

Commit

Permalink
fix pom.xml to deploy artifacts
Browse files Browse the repository at this point in the history
  • Loading branch information
Sanne committed Mar 28, 2011
1 parent 4685a55 commit 89eef0e
Show file tree
Hide file tree
Showing 2 changed files with 1 addition and 5 deletions.
3 changes: 1 addition & 2 deletions hibernate-search-archetype/pom.xml
Expand Up @@ -33,7 +33,7 @@
<dependency>
<groupId>org.apache.lucene</groupId>
<artifactId>lucene-snowball</artifactId>
<version>3.0.2</version>
<version>3.0.3</version>
</dependency>
<dependency>
<groupId>org.hibernate</groupId>
Expand All @@ -49,7 +49,6 @@
<dependency>
<groupId>junit</groupId>
<artifactId>junit</artifactId>
<version>4.7</version>
<scope>test</scope>
</dependency>
<!-- When removing the <parent> you will have to add a slf4j logging binding. Within Hibernate we are using
Expand Down
3 changes: 0 additions & 3 deletions hibernate-search-infinispan/pom.xml
Expand Up @@ -86,9 +86,6 @@
</plugin>
<plugin>
<artifactId>maven-deploy-plugin</artifactId>
<configuration>
<skip>true</skip>
</configuration>
</plugin>
</plugins>
</build>
Expand Down

0 comments on commit 89eef0e

Please sign in to comment.