|
24 | 24 | </license> |
25 | 25 | </licenses> |
26 | 26 |
|
27 | | - |
| 27 | + |
28 | 28 | <scm> |
29 | 29 | <connection>scm:git:git://github.com/quickfix-j/quickfixj.git</connection> |
30 | 30 | <developerConnection>scm:git:git@github.com:quickfix-j/quickfixj.git</developerConnection> |
|
40 | 40 | </developers> |
41 | 41 |
|
42 | 42 | <contributors> |
43 | | - <contributor> |
| 43 | + <contributor> |
44 | 44 | <name>Luca Burgazzoli</name> |
45 | 45 | <url>https://github.com/lburgazzoli</url> |
46 | 46 | </contributor> |
|
86 | 86 | <maven-deploy-plugin-version>2.8.2</maven-deploy-plugin-version> |
87 | 87 | <nexus-staging-maven-plugin-version>1.6.6</nexus-staging-maven-plugin-version> |
88 | 88 | </properties> |
89 | | - |
| 89 | + |
90 | 90 | <build> |
91 | 91 | <pluginManagement> |
92 | 92 | <plugins> |
|
104 | 104 | <groupId>org.apache.maven.plugins</groupId> |
105 | 105 | <artifactId>maven-compiler-plugin</artifactId> |
106 | 106 | <version>${maven-compiler-plugin-version}</version> |
107 | | - <configuration> |
108 | | - <source>${jdkLevel}</source> |
109 | | - <target>${jdkLevel}</target> |
| 107 | + <configuration> |
| 108 | + <source>${jdkLevel}</source> |
| 109 | + <target>${jdkLevel}</target> |
110 | 110 | </configuration> |
111 | 111 | </plugin> |
112 | 112 | <plugin> |
|
230 | 230 | </build> |
231 | 231 |
|
232 | 232 | <profiles> |
233 | | - <profile> |
234 | | - <id>release</id> |
235 | | - <build> |
236 | | - <plugins> |
237 | | - <plugin> |
238 | | - <groupId>org.apache.maven.plugins</groupId> |
239 | | - <artifactId>maven-source-plugin</artifactId> |
240 | | - </plugin> |
241 | | - <plugin> |
242 | | - <groupId>org.apache.maven.plugins</groupId> |
243 | | - <artifactId>maven-javadoc-plugin</artifactId> |
244 | | - </plugin> |
245 | | - <plugin> |
246 | | - <groupId>org.apache.maven.plugins</groupId> |
247 | | - <artifactId>maven-gpg-plugin</artifactId> |
248 | | - </plugin> |
249 | | - <plugin> |
250 | | - <groupId>org.sonatype.plugins</groupId> |
251 | | - <artifactId>nexus-staging-maven-plugin</artifactId> |
252 | | - </plugin> |
253 | | - </plugins> |
254 | | - </build> |
| 233 | + <profile> |
| 234 | + <id>release</id> |
| 235 | + <activation> |
| 236 | + <activeByDefault>false</activeByDefault> |
| 237 | + </activation> |
| 238 | + <build> |
| 239 | + <plugins> |
| 240 | + <plugin> |
| 241 | + <groupId>org.apache.maven.plugins</groupId> |
| 242 | + <artifactId>maven-source-plugin</artifactId> |
| 243 | + </plugin> |
| 244 | + <plugin> |
| 245 | + <groupId>org.apache.maven.plugins</groupId> |
| 246 | + <artifactId>maven-javadoc-plugin</artifactId> |
| 247 | + </plugin> |
| 248 | + <plugin> |
| 249 | + <groupId>org.sonatype.plugins</groupId> |
| 250 | + <artifactId>nexus-staging-maven-plugin</artifactId> |
| 251 | + </plugin> |
| 252 | + </plugins> |
| 253 | + </build> |
| 254 | + </profile> |
| 255 | + <profile> |
| 256 | + <id>sign</id> |
| 257 | + <activation> |
| 258 | + <activeByDefault>false</activeByDefault> |
| 259 | + </activation> |
| 260 | + <build> |
| 261 | + <plugins> |
| 262 | + <plugin> |
| 263 | + <groupId>org.apache.maven.plugins</groupId> |
| 264 | + <artifactId>maven-gpg-plugin</artifactId> |
| 265 | + </plugin> |
| 266 | + </plugins> |
| 267 | + </build> |
255 | 268 | </profile> |
256 | 269 | </profiles> |
257 | 270 |
|
|
0 commit comments