Skip to content

Commit b72adaf

Browse files
committed
Add Sonatype stuff back into parent POM.xml
Was causing a failure (doesn't propagate from root POM.xml)
1 parent 325151a commit b72adaf

File tree

1 file changed

+27
-0
lines changed

1 file changed

+27
-0
lines changed

it.baeyens.arduino.parent/pom.xml

Lines changed: 27 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -13,6 +13,33 @@
1313
<built.repo.dir>${project.build.directory}/repo</built.repo.dir>
1414
</properties>
1515

16+
<parent>
17+
<groupId>org.sonatype.oss</groupId>
18+
<artifactId>oss-parent</artifactId>
19+
<version>7</version>
20+
<relativePath>org.sonatype.oss:oss-parent</relativePath>
21+
</parent>
22+
23+
<scm>
24+
<connection>scm:git:git://github.com/${github.repo.username}/arduino-eclipse-plugin.git</connection>
25+
<developerConnection>scm:git:[email protected]:${github.repo.username}/arduino-eclipse-plugin.git</developerConnection>
26+
<url>http://github.com/${github.repo.username}/arduino-eclipse-plugin</url>
27+
</scm>
28+
29+
<!-- Sonatype repos -->
30+
<distributionManagement>
31+
<snapshotRepository>
32+
<id>sonatype-nexus-snapshots</id>
33+
<name>Sonatype Nexus snapshot repository</name>
34+
<url>https://oss.sonatype.org/content/repositories/snapshots</url>
35+
</snapshotRepository>
36+
<repository>
37+
<id>sonatype-nexus-staging</id>
38+
<name>Sonatype Nexus release repository</name>
39+
<url>https://oss.sonatype.org/service/local/staging/deploy/maven2/</url>
40+
</repository>
41+
</distributionManagement>
42+
1643
<modules>
1744
<module>../it.baeyens.arduino.core.nl1</module>
1845
<module>../it.baeyens.arduino.feature</module>

0 commit comments

Comments
 (0)