diff --git a/pom.xml b/pom.xml index de28790..22c4139 100755 --- a/pom.xml +++ b/pom.xml @@ -88,20 +88,6 @@ </executions> </plugin> <plugin> - <!-- explicitly define maven-deploy-plugin after other to force exec order --> - <artifactId>maven-deploy-plugin</artifactId> - <version>2.8.2</version> - <executions> - <execution> - <id>deploy</id> - <phase>deploy</phase> - <goals> - <goal>deploy</goal> - </goals> - </execution> - </executions> - </plugin> - <plugin> <artifactId>maven-assembly-plugin</artifactId> <version>2.6</version> </plugin> @@ -197,12 +183,12 @@ <distributionManagement> <repository> - <id>deployment</id> + <id>zil-maven-release-repo</id> <url>http://maven.nlp.ipipan.waw.pl/content/repositories/releases/</url> </repository> <snapshotRepository> - <id>deployment</id> + <id>zil-maven-snapshot-repo</id> <url>http://maven.nlp.ipipan.waw.pl/content/repositories/snapshots/</url> </snapshotRepository> </distributionManagement> -</project> \ No newline at end of file +</project>