File tree Expand file tree Collapse file tree 1 file changed +27
-0
lines changed
it.baeyens.arduino.parent Expand file tree Collapse file tree 1 file changed +27
-0
lines changed Original file line number Diff line number Diff line change 13
13
<built .repo.dir>${project.build.directory} /repo</built .repo.dir>
14
14
</properties >
15
15
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
+
16
43
<modules >
17
44
<module >../it.baeyens.arduino.core.nl1</module >
18
45
<module >../it.baeyens.arduino.feature</module >
You can’t perform that action at this time.
0 commit comments