|
34 | 34 | </licenses>
|
35 | 35 |
|
36 | 36 | <developers>
|
37 |
| - <developer> |
38 |
| - <name>Jan Mußler</name> |
39 |
| - |
40 |
| - <organization>Zalando</organization> |
41 |
| - <organizationUrl>http://tech.zalando.com/</organizationUrl> |
42 |
| - </developer> |
| 37 | + <developer> |
| 38 | + <name>Jan Mußler</name> |
| 39 | + |
| 40 | + <organization>Zalando SE</organization> |
| 41 | + <organizationUrl>http://tech.zalando.com/</organizationUrl> |
| 42 | + </developer> |
| 43 | + <developer> |
| 44 | + <name>Henning Jacobs</name> |
| 45 | + |
| 46 | + <organization>Zalando SE</organization> |
| 47 | + <organizationUrl>http://tech.zalando.com/</organizationUrl> |
| 48 | + </developer> |
43 | 49 | </developers>
|
44 | 50 |
|
45 | 51 | <prerequisites>
|
|
75 | 81 | <artifactId>maven-source-plugin</artifactId>
|
76 | 82 | <version>2.3</version>
|
77 | 83 | <executions>
|
78 |
| - <execution> |
79 |
| - <id>attach-sources</id> |
80 |
| - <phase>verify</phase> |
81 |
| - <goals> |
82 |
| - <goal>jar-no-fork</goal> |
83 |
| - </goals> |
84 |
| - </execution> |
| 84 | + <execution> |
| 85 | + <id>attach-sources</id> |
| 86 | + <phase>verify</phase> |
| 87 | + <goals> |
| 88 | + <goal>jar-no-fork</goal> |
| 89 | + </goals> |
| 90 | + </execution> |
85 | 91 | </executions>
|
86 | 92 | </plugin>
|
87 | 93 | <plugin>
|
88 |
| - <groupId>org.apache.maven.plugins</groupId> |
89 |
| - <artifactId>maven-javadoc-plugin</artifactId> |
90 |
| - <version>2.10.1</version> |
91 |
| - <executions> |
92 |
| - <execution> |
93 |
| - <id>attach-javadoc</id> |
94 |
| - <phase>verify</phase> |
95 |
| - <goals> |
96 |
| - <goal>jar</goal> |
97 |
| - </goals> |
98 |
| - </execution> |
99 |
| - </executions> |
| 94 | + <groupId>org.apache.maven.plugins</groupId> |
| 95 | + <artifactId>maven-javadoc-plugin</artifactId> |
| 96 | + <version>2.10.1</version> |
| 97 | + <executions> |
| 98 | + <execution> |
| 99 | + <id>attach-javadoc</id> |
| 100 | + <phase>verify</phase> |
| 101 | + <goals> |
| 102 | + <goal>jar</goal> |
| 103 | + </goals> |
| 104 | + </execution> |
| 105 | + </executions> |
| 106 | + </plugin> |
| 107 | + <plugin> |
| 108 | + <groupId>org.apache.maven.plugins</groupId> |
| 109 | + <artifactId>maven-gpg-plugin</artifactId> |
| 110 | + <version>1.5</version> |
| 111 | + <executions> |
| 112 | + <execution> |
| 113 | + <id>sign-artifacts</id> |
| 114 | + <phase>verify</phase> |
| 115 | + <goals> |
| 116 | + <goal>sign</goal> |
| 117 | + </goals> |
| 118 | + </execution> |
| 119 | + </executions> |
100 | 120 | </plugin>
|
101 | 121 | </plugins>
|
102 | 122 | </build>
|
|
274 | 294 | </configuration>
|
275 | 295 | </execution>
|
276 | 296 |
|
277 |
| - <!-- execution against database 1 --> |
| 297 | + <!-- execution against database 1 --> |
278 | 298 | <execution>
|
279 | 299 | <id>drop-schemas-database1</id>
|
280 | 300 | <phase>process-test-resources</phase>
|
|
292 | 312 | <onError>continue</onError>
|
293 | 313 | </configuration>
|
294 | 314 | </execution>
|
295 |
| - <execution> |
| 315 | + <execution> |
296 | 316 | <id>create-data-database1</id>
|
297 | 317 | <phase>process-test-resources</phase>
|
298 | 318 | <goals>
|
|
330 | 350 | <onError>continue</onError>
|
331 | 351 | </configuration>
|
332 | 352 | </execution>
|
333 |
| - <execution> |
| 353 | + <execution> |
334 | 354 | <id>create-data-database2</id>
|
335 | 355 | <phase>process-test-resources</phase>
|
336 | 356 | <goals>
|
|
378 | 398 | </profile>
|
379 | 399 | </profiles>
|
380 | 400 | <distributionManagement>
|
381 |
| - <snapshotRepository> |
382 |
| - <id>ossrh</id> |
383 |
| - <url>https://oss.sonatype.org/content/repositories/snapshots</url> |
384 |
| - </snapshotRepository> |
385 |
| - <repository> |
386 |
| - <id>ossrh</id> |
387 |
| - <url>https://oss.sonatype.org/service/local/staging/deploy/maven2/</url> |
388 |
| - </repository> |
| 401 | + <snapshotRepository> |
| 402 | + <id>ossrh</id> |
| 403 | + <url>https://oss.sonatype.org/content/repositories/snapshots</url> |
| 404 | + </snapshotRepository> |
| 405 | + <repository> |
| 406 | + <id>ossrh</id> |
| 407 | + <url>https://oss.sonatype.org/service/local/staging/deploy/maven2/</url> |
| 408 | + </repository> |
389 | 409 | </distributionManagement>
|
390 | 410 | </project>
|
0 commit comments