|
13 | 13 | <built.repo.dir>${project.build.directory}/repo</built.repo.dir>
|
14 | 14 | </properties>
|
15 | 15 |
|
16 |
| - |
17 |
| - <parent> |
18 |
| - <groupId>org.sonatype.oss</groupId> |
19 |
| - <artifactId>oss-parent</artifactId> |
20 |
| - <version>7</version> |
21 |
| - <relativePath>org.sonatype.oss:oss-parent</relativePath> |
22 |
| - </parent> |
23 |
| - |
24 |
| - <scm> |
25 |
| - <!-- |
26 |
| - <connection>scm:git:git://github.com/brodykenrick/arduino-eclipse-plugin.git</connection> |
27 |
| - <developerConnection>scm:git:[email protected]:brodykenrick/arduino-eclipse-plugin.git</developerConnection> |
28 |
| - <url>http://github.com/brodykenrick/arduino-eclipse-plugin</url> |
29 |
| - --> |
30 |
| - <connection>scm:git:git://github.com/${github.repo.username}/arduino-eclipse-plugin.git</connection> |
31 |
| - < developerConnection>scm:git: [email protected]: ${github.repo.username}/arduino-eclipse-plugin.git</ developerConnection> |
32 |
| - <url>http://github.com/${github.repo.username}/arduino-eclipse-plugin</url> |
33 |
| - </scm> |
34 |
| - |
35 |
| - <!-- Sonatype repos --> |
36 |
| - <distributionManagement> |
37 |
| - <snapshotRepository> |
38 |
| - <id>sonatype-nexus-snapshots</id> |
39 |
| - <name>Sonatype Nexus snapshot repository</name> |
40 |
| - <url>https://oss.sonatype.org/content/repositories/snapshots</url> |
41 |
| - </snapshotRepository> |
42 |
| - <repository> |
43 |
| - <id>sonatype-nexus-staging</id> |
44 |
| - <name>Sonatype Nexus release repository</name> |
45 |
| - <url>https://oss.sonatype.org/service/local/staging/deploy/maven2/</url> |
46 |
| - </repository> |
47 |
| - </distributionManagement> |
48 |
| - |
49 | 16 | <modules>
|
50 | 17 | <module>../it.baeyens.arduino.core.nl1</module>
|
51 | 18 | <module>../it.baeyens.arduino.feature</module>
|
|
108 | 75 | </pluginManagement>
|
109 | 76 | </build>
|
110 | 77 |
|
111 |
| - |
112 |
| - |
113 |
| - |
114 |
| - |
115 | 78 | <profiles>
|
116 |
| - <!-- GPG Signing --> |
| 79 | + <!-- GPG Signing --> |
117 | 80 | <profile>
|
118 | 81 | <id>release-sign-artifacts</id>
|
119 | 82 | <activation>
|
|
124 | 87 | </activation>
|
125 | 88 | <build>
|
126 | 89 | <plugins>
|
127 |
| - <plugin> |
128 |
| - <groupId>org.apache.maven.plugins</groupId> |
129 |
| - <artifactId>maven-gpg-plugin</artifactId> |
130 |
| - <version>1.4</version> |
131 |
| - <configuration> |
132 |
| - <passphrase>${gpg.passphrase}</passphrase> |
133 |
| - </configuration> |
134 |
| - <executions> |
135 |
| - <execution> |
136 |
| - <id>sign-artifacts</id> |
137 |
| - <phase>verify</phase> |
138 |
| - <goals> |
139 |
| - <goal>sign</goal> |
140 |
| - </goals> |
141 |
| - </execution> |
142 |
| - </executions> |
143 |
| - </plugin> |
| 90 | + <plugin> |
| 91 | + <groupId>org.apache.maven.plugins</groupId> |
| 92 | + <artifactId>maven-gpg-plugin</artifactId> |
| 93 | + <version>1.4</version> |
| 94 | + <configuration> |
| 95 | + <passphrase>${gpg.passphrase}</passphrase> |
| 96 | + </configuration> |
| 97 | + <executions> |
| 98 | + <execution> |
| 99 | + <id>sign-artifacts</id> |
| 100 | + <phase>verify</phase> |
| 101 | + <goals> |
| 102 | + <goal>sign</goal> |
| 103 | + </goals> |
| 104 | + </execution> |
| 105 | + </executions> |
| 106 | + </plugin> |
144 | 107 | </plugins>
|
145 | 108 | </build>
|
146 | 109 | </profile>
|
|
0 commit comments