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