Commit e2c1e1cd1c03a0707c14aa9d5230642f825339d0
1 parent
c181f7ac
change repository id
Showing
1 changed file
with
2 additions
and
17 deletions
pom.xml
... | ... | @@ -81,21 +81,6 @@ |
81 | 81 | </execution> |
82 | 82 | </executions> |
83 | 83 | </plugin> |
84 | - <plugin> | |
85 | - <!-- explicitly define maven-deploy-plugin after other to force exec | |
86 | - order --> | |
87 | - <artifactId>maven-deploy-plugin</artifactId> | |
88 | - <version>2.8.2</version> | |
89 | - <executions> | |
90 | - <execution> | |
91 | - <id>deploy</id> | |
92 | - <phase>deploy</phase> | |
93 | - <goals> | |
94 | - <goal>deploy</goal> | |
95 | - </goals> | |
96 | - </execution> | |
97 | - </executions> | |
98 | - </plugin> | |
99 | 84 | </plugins> |
100 | 85 | </build> |
101 | 86 | |
... | ... | @@ -132,11 +117,11 @@ |
132 | 117 | |
133 | 118 | <distributionManagement> |
134 | 119 | <repository> |
135 | - <id>deployment</id> | |
120 | + <id>zil-maven-release-repo</id> | |
136 | 121 | <url>http://maven.nlp.ipipan.waw.pl/content/repositories/releases/</url> |
137 | 122 | </repository> |
138 | 123 | <snapshotRepository> |
139 | - <id>deployment</id> | |
124 | + <id>zil-maven-snapshot-repo</id> | |
140 | 125 | <url>http://maven.nlp.ipipan.waw.pl/content/repositories/snapshots/</url> |
141 | 126 | </snapshotRepository> |
142 | 127 | </distributionManagement> |
... | ... |