|
42 | 42 | <!-- allowed values: R7, 1.0, 1.5, 2.0 or none --> |
43 | 43 | <wtp.version>none</wtp.version> |
44 | 44 | </properties> |
| 45 | + |
| 46 | + <scm> |
| 47 | + < connection>scm:git: [email protected]:pingunaut/wicket-pwnedpasswords-validator.git</ connection> |
| 48 | + < developerConnection>scm:git: [email protected]:pingunaut/wicket-pwnedpasswords-validator.git</ developerConnection> |
| 49 | + < url> [email protected]:pingunaut/wicket-pwnedpasswords-validator.git</ url> |
| 50 | + </scm> |
| 51 | + |
| 52 | + <developers> |
| 53 | + <developer> |
| 54 | + <id>pingunaut</id> |
| 55 | + <name>Martin Spielmann</name> |
| 56 | + |
| 57 | + </developer> |
| 58 | + </developers> |
| 59 | + |
45 | 60 | <dependencies> |
46 | 61 | <!-- WICKET DEPENDENCIES --> |
47 | 62 | <dependency> |
|
139 | 154 | </plugins> |
140 | 155 | </build> |
141 | 156 |
|
| 157 | + <profiles> |
| 158 | + <profile> |
| 159 | + <id>ossrh</id> |
| 160 | + <build> |
| 161 | + <plugins> |
| 162 | + <plugin> |
| 163 | + <groupId>org.sonatype.plugins</groupId> |
| 164 | + <artifactId>nexus-staging-maven-plugin</artifactId> |
| 165 | + <version>1.6.8</version> |
| 166 | + <extensions>true</extensions> |
| 167 | + <configuration> |
| 168 | + <serverId>ossrh</serverId> |
| 169 | + <nexusUrl>https://oss.sonatype.org/</nexusUrl> |
| 170 | + <autoReleaseAfterClose>true</autoReleaseAfterClose> |
| 171 | + </configuration> |
| 172 | + </plugin> |
| 173 | + <plugin> |
| 174 | + <groupId>org.apache.maven.plugins</groupId> |
| 175 | + <artifactId>maven-source-plugin</artifactId> |
| 176 | + <version>3.0.1</version> |
| 177 | + <executions> |
| 178 | + <execution> |
| 179 | + <id>attach-sources</id> |
| 180 | + <goals> |
| 181 | + <goal>jar-no-fork</goal> |
| 182 | + </goals> |
| 183 | + </execution> |
| 184 | + </executions> |
| 185 | + </plugin> |
| 186 | + <plugin> |
| 187 | + <groupId>org.apache.maven.plugins</groupId> |
| 188 | + <artifactId>maven-javadoc-plugin</artifactId> |
| 189 | + <version>2.10.4</version> |
| 190 | + <executions> |
| 191 | + <execution> |
| 192 | + <id>attach-javadocs</id> |
| 193 | + <goals> |
| 194 | + <goal>jar</goal> |
| 195 | + </goals> |
| 196 | + </execution> |
| 197 | + </executions> |
| 198 | + </plugin> |
| 199 | + <plugin> |
| 200 | + <groupId>org.apache.maven.plugins</groupId> |
| 201 | + <artifactId>maven-gpg-plugin</artifactId> |
| 202 | + <version>1.6</version> |
| 203 | + <executions> |
| 204 | + <execution> |
| 205 | + <id>sign-artifacts</id> |
| 206 | + <phase>verify</phase> |
| 207 | + <goals> |
| 208 | + <goal>sign</goal> |
| 209 | + </goals> |
| 210 | + </execution> |
| 211 | + </executions> |
| 212 | + </plugin> |
| 213 | + </plugins> |
| 214 | + </build> |
| 215 | + </profile> |
| 216 | + </profiles> |
| 217 | + |
142 | 218 | <repositories> |
143 | 219 | <repository> |
144 | 220 | <id>Apache Nexus</id> |
|
0 commit comments