|
10 | 10 |
|
11 | 11 | <name>testIT | WebTester - Build Tools</name>
|
12 | 12 | <description>A collection of artifacts (i.e. PMD rules) needed for building WebTester.</description>
|
| 13 | + <url>https://github.com/testIT-WebTester/webtester2-core</url> |
13 | 14 |
|
14 | 15 | <licenses>
|
15 | 16 | <license>
|
|
18 | 19 | </license>
|
19 | 20 | </licenses>
|
20 | 21 |
|
| 22 | + <scm> |
| 23 | + <connection>scm:git:git@github.com:testIT-WebTester/webtester2-core.git</connection> |
| 24 | + <developerConnection>scm:git:git@github.com:testIT-WebTester/webtester2-core.git</developerConnection> |
| 25 | + <url>git@github.com:testIT-WebTester/webtester2-core.git</url> |
| 26 | + </scm> |
| 27 | + |
21 | 28 | <properties>
|
22 | 29 | <maven.compiler.source>1.7</maven.compiler.source>
|
23 | 30 | <maven.compiler.target>1.7</maven.compiler.target>
|
24 | 31 | <project.build.sourceEncoding>UTF-8</project.build.sourceEncoding>
|
| 32 | + <version.maven.javadoc.plugin>2.10.3</version.maven.javadoc.plugin> |
| 33 | + <version.maven.source.plugin>3.0.0</version.maven.source.plugin> |
| 34 | + <version.maven.gpg.plugin>1.6</version.maven.gpg.plugin> |
| 35 | + <version.maven.nexus.staging.plugin> 1.6.7</version.maven.nexus.staging.plugin> |
25 | 36 | </properties>
|
26 | 37 |
|
| 38 | + <build> |
| 39 | + <pluginManagement> |
| 40 | + <plugins> |
| 41 | + |
| 42 | + <plugin> |
| 43 | + <groupId>org.apache.maven.plugins</groupId> |
| 44 | + <artifactId>maven-javadoc-plugin</artifactId> |
| 45 | + <version>${version.maven.javadoc.plugin}</version> |
| 46 | + <executions> |
| 47 | + <execution> |
| 48 | + <phase>verify</phase> |
| 49 | + <goals> |
| 50 | + <goal>jar</goal> |
| 51 | + </goals> |
| 52 | + </execution> |
| 53 | + </executions> |
| 54 | + </plugin> |
| 55 | + <plugin> |
| 56 | + <groupId>org.apache.maven.plugins</groupId> |
| 57 | + <artifactId>maven-source-plugin</artifactId> |
| 58 | + <version>${version.maven.source.plugin}</version> |
| 59 | + <executions> |
| 60 | + <execution> |
| 61 | + <phase>verify</phase> |
| 62 | + <goals> |
| 63 | + <goal>jar</goal> |
| 64 | + </goals> |
| 65 | + </execution> |
| 66 | + </executions> |
| 67 | + </plugin> |
| 68 | + |
| 69 | + <!-- signing jars plugin --> |
| 70 | + <plugin> |
| 71 | + <groupId>org.apache.maven.plugins</groupId> |
| 72 | + <artifactId>maven-gpg-plugin</artifactId> |
| 73 | + <version>${version.maven.gpg.plugin}</version> |
| 74 | + <executions> |
| 75 | + <execution> |
| 76 | + <id>sign-artifacts</id> |
| 77 | + <phase>verify</phase> |
| 78 | + <goals> |
| 79 | + <goal>sign</goal> |
| 80 | + </goals> |
| 81 | + </execution> |
| 82 | + </executions> |
| 83 | + </plugin> |
| 84 | + |
| 85 | + <!-- maven central release plugin --> |
| 86 | + <plugin> |
| 87 | + <groupId>org.sonatype.plugins</groupId> |
| 88 | + <artifactId>nexus-staging-maven-plugin</artifactId> |
| 89 | + <version>${version.maven.nexus.staging.plugin}</version> |
| 90 | + <extensions>true</extensions> |
| 91 | + <configuration> |
| 92 | + <serverId>ossrh</serverId> |
| 93 | + <nexusUrl>https://oss.sonatype.org/</nexusUrl> |
| 94 | + <autoReleaseAfterClose>false</autoReleaseAfterClose> |
| 95 | + </configuration> |
| 96 | + </plugin> |
| 97 | + |
| 98 | + </plugins> |
| 99 | + </pluginManagement> |
| 100 | + </build> |
| 101 | + |
| 102 | + <profiles> |
| 103 | + <profile> |
| 104 | + <id>documentation</id> |
| 105 | + <build> |
| 106 | + <plugins> |
| 107 | + <plugin> |
| 108 | + <groupId>org.apache.maven.plugins</groupId> |
| 109 | + <artifactId>maven-javadoc-plugin</artifactId> |
| 110 | + </plugin> |
| 111 | + <plugin> |
| 112 | + <groupId>org.apache.maven.plugins</groupId> |
| 113 | + <artifactId>maven-source-plugin</artifactId> |
| 114 | + </plugin> |
| 115 | + </plugins> |
| 116 | + </build> |
| 117 | + </profile> |
| 118 | + <profile> |
| 119 | + <id>maven-central</id> |
| 120 | + <build> |
| 121 | + <plugins> |
| 122 | + <plugin> |
| 123 | + <groupId>org.apache.maven.plugins</groupId> |
| 124 | + <artifactId>maven-gpg-plugin</artifactId> |
| 125 | + </plugin> |
| 126 | + <plugin> |
| 127 | + <groupId>org.sonatype.plugins</groupId> |
| 128 | + <artifactId>nexus-staging-maven-plugin</artifactId> |
| 129 | + </plugin> |
| 130 | + </plugins> |
| 131 | + </build> |
| 132 | + </profile> |
| 133 | + |
| 134 | + </profiles> |
| 135 | + |
| 136 | + <developers> |
| 137 | + <developer> |
| 138 | + <id>slu</id> |
| 139 | + <name>Stefan Ludwig</name> |
| 140 | + <email>stefan.ludwig@novatec-gmbh.de</email> |
| 141 | + <organization>NovaTec Consulting GmbH</organization> |
| 142 | + <organizationUrl>http://www.novatec-gmbh.de</organizationUrl> |
| 143 | + <roles> |
| 144 | + <role>project-lead</role> |
| 145 | + <role>architect</role> |
| 146 | + <role>developer</role> |
| 147 | + </roles> |
| 148 | + </developer> |
| 149 | + </developers> |
| 150 | + |
27 | 151 | </project>
|
0 commit comments