Commit 3682bbf29c9488aaec94c685fa6d02714b96face
1 parent
bd7f5abb
change repository id
Showing
1 changed file
with
2 additions
and
16 deletions
pom.xml
... | ... | @@ -89,20 +89,6 @@ |
89 | 89 | </executions> |
90 | 90 | </plugin> |
91 | 91 | <plugin> |
92 | - <!-- explicitly define maven-deploy-plugin after other to force exec order --> | |
93 | - <artifactId>maven-deploy-plugin</artifactId> | |
94 | - <version>2.8.2</version> | |
95 | - <executions> | |
96 | - <execution> | |
97 | - <id>deploy</id> | |
98 | - <phase>deploy</phase> | |
99 | - <goals> | |
100 | - <goal>deploy</goal> | |
101 | - </goals> | |
102 | - </execution> | |
103 | - </executions> | |
104 | - </plugin> | |
105 | - <plugin> | |
106 | 92 | <artifactId>maven-assembly-plugin</artifactId> |
107 | 93 | <version>2.6</version> |
108 | 94 | </plugin> |
... | ... | @@ -198,11 +184,11 @@ |
198 | 184 | |
199 | 185 | <distributionManagement> |
200 | 186 | <repository> |
201 | - <id>deployment</id> | |
187 | + <id>zil-maven-release-repo</id> | |
202 | 188 | <url>http://maven.nlp.ipipan.waw.pl/content/repositories/releases/</url> |
203 | 189 | </repository> |
204 | 190 | <snapshotRepository> |
205 | - <id>deployment</id> | |
191 | + <id>zil-maven-snapshot-repo</id> | |
206 | 192 | <url>http://maven.nlp.ipipan.waw.pl/content/repositories/snapshots/</url> |
207 | 193 | </snapshotRepository> |
208 | 194 | </distributionManagement> |
... | ... |