File tree 13 files changed +27
-35
lines changed
it.baeyens.arduino.application
it.baeyens.arduino.common
it.baeyens.arduino.core.nl1
it.baeyens.arduino.feature
it.baeyens.arduino.monitor
it.baeyens.arduino.packaging.feature
it.baeyens.arduino.parent
it.baeyens.arduino.product
it.baeyens.arduino.updatesite
13 files changed +27
-35
lines changed Original file line number Diff line number Diff line change @@ -11,16 +11,15 @@ script: mvn deploy -Plinux32,juno --settings setings.xml
11
11
# CI_NEXUS_USERNAME
12
12
# CI_NEXUS_OAUTH2_TOKEN
13
13
# CI_GPG_PASSPHRASE
14
- # CI_NEXUS_GROUPID
15
14
# CI_GITHUB_REPOUSERNAME
16
15
env :
17
16
global :
18
17
# Make sure Maven doesn't run out of heap memory.
19
18
- MAVEN_OPTS="-Xmx1024M"
20
19
21
20
# These are the Nexus details and GPG signing token for Nexus deployment.
22
- # This Nexus repo is good to use until we want more consistency in naming
23
- - CI_NEXUS_GROUPID=com.github.brodykenrick.arduino-eclipse-plugin
21
+ # The Nexus repo is hardcoded as com.github.brodykenrick.arduino-eclipse-plugin in the POM.XML (doing otherwise produces warnings)
22
+ # This is good to use until we want more consistency in naming
24
23
# Travis encrypted variables names and tokens (need to change for correct repo though for encryption to work).
25
24
# Nexus Username, pass and GPG
26
25
# These point to the above nexus server/groupid but need to be encrypted against the repo Travis is getting code from (i.e. change it).
Original file line number Diff line number Diff line change 3
3
xmlns : xsi =" http://www.w3.org/2001/XMLSchema-instance" >
4
4
<modelVersion >4.0.0</modelVersion >
5
5
<parent >
6
- <groupId >${parent.groupId} </groupId >
6
+ <groupId >com.github.brodykenrick.arduino-eclipse-plugin </groupId >
7
7
<artifactId >it.baeyens.arduino.parent</artifactId >
8
8
<version >1.0.0-SNAPSHOT</version >
9
9
<relativePath >../it.baeyens.arduino.parent</relativePath >
10
10
</parent >
11
- <groupId >${parent.groupId} </groupId >
11
+ <groupId >com.github.brodykenrick.arduino-eclipse-plugin </groupId >
12
12
<artifactId >it.baeyens.arduino.application</artifactId >
13
13
<version >1.0.0-SNAPSHOT</version >
14
14
<packaging >eclipse-plugin</packaging >
Original file line number Diff line number Diff line change 3
3
xmlns : xsi =" http://www.w3.org/2001/XMLSchema-instance" >
4
4
<modelVersion >4.0.0</modelVersion >
5
5
<parent >
6
- <groupId >${parent.groupId} </groupId >
6
+ <groupId >com.github.brodykenrick.arduino-eclipse-plugin </groupId >
7
7
<artifactId >it.baeyens.arduino.parent</artifactId >
8
8
<version >1.0.0-SNAPSHOT</version >
9
9
<relativePath >../it.baeyens.arduino.parent</relativePath >
10
10
</parent >
11
- <groupId >${parent.groupId} </groupId >
11
+ <groupId >com.github.brodykenrick.arduino-eclipse-plugin </groupId >
12
12
<artifactId >it.baeyens.arduino.common</artifactId >
13
13
<version >2.1.1-SNAPSHOT</version >
14
14
<packaging >eclipse-plugin</packaging >
Original file line number Diff line number Diff line change 3
3
xmlns : xsi =" http://www.w3.org/2001/XMLSchema-instance" >
4
4
<modelVersion >4.0.0</modelVersion >
5
5
<parent >
6
- <groupId >${parent.groupId} </groupId >
6
+ <groupId >com.github.brodykenrick.arduino-eclipse-plugin </groupId >
7
7
<artifactId >it.baeyens.arduino.parent</artifactId >
8
8
<version >1.0.0-SNAPSHOT</version >
9
9
<relativePath >../it.baeyens.arduino.parent</relativePath >
10
10
</parent >
11
- <groupId >${parent.groupId} </groupId >
11
+ <groupId >com.github.brodykenrick.arduino-eclipse-plugin </groupId >
12
12
<artifactId >it.baeyens.arduino.core.nl1</artifactId >
13
13
<version >1.0.0-SNAPSHOT</version >
14
14
<packaging >eclipse-plugin</packaging >
Original file line number Diff line number Diff line change 3
3
xmlns : xsi =" http://www.w3.org/2001/XMLSchema-instance" >
4
4
<modelVersion >4.0.0</modelVersion >
5
5
<parent >
6
- <groupId >${parent.groupId} </groupId >
6
+ <groupId >com.github.brodykenrick.arduino-eclipse-plugin </groupId >
7
7
<artifactId >it.baeyens.arduino.parent</artifactId >
8
8
<version >1.0.0-SNAPSHOT</version >
9
9
<relativePath >../it.baeyens.arduino.parent</relativePath >
10
10
</parent >
11
- <groupId >${parent.groupId} </groupId >
11
+ <groupId >com.github.brodykenrick.arduino-eclipse-plugin </groupId >
12
12
<artifactId >it.baeyens.arduino.core</artifactId >
13
13
<version >2.1.4-SNAPSHOT</version >
14
14
<packaging >eclipse-plugin</packaging >
Original file line number Diff line number Diff line change 3
3
xmlns : xsi =" http://www.w3.org/2001/XMLSchema-instance" >
4
4
<modelVersion >4.0.0</modelVersion >
5
5
<parent >
6
- <groupId >${parent.groupId} </groupId >
6
+ <groupId >com.github.brodykenrick.arduino-eclipse-plugin </groupId >
7
7
<artifactId >it.baeyens.arduino.parent</artifactId >
8
8
<version >1.0.0-SNAPSHOT</version >
9
9
<relativePath >../it.baeyens.arduino.parent</relativePath >
10
10
</parent >
11
- <groupId >${parent.groupId} </groupId >
11
+ <groupId >com.github.brodykenrick.arduino-eclipse-plugin </groupId >
12
12
<artifactId >it.baeyens.arduino.feature</artifactId >
13
13
<version >2.1.4-SNAPSHOT</version >
14
14
<packaging >eclipse-feature</packaging >
Original file line number Diff line number Diff line change 3
3
xmlns : xsi =" http://www.w3.org/2001/XMLSchema-instance" >
4
4
<modelVersion >4.0.0</modelVersion >
5
5
<parent >
6
- <groupId >${parent.groupId} </groupId >
6
+ <groupId >com.github.brodykenrick.arduino-eclipse-plugin </groupId >
7
7
<artifactId >it.baeyens.arduino.parent</artifactId >
8
8
<version >1.0.0-SNAPSHOT</version >
9
9
<relativePath >../it.baeyens.arduino.parent</relativePath >
10
10
</parent >
11
- <groupId >${parent.groupId} </groupId >
11
+ <groupId >com.github.brodykenrick.arduino-eclipse-plugin </groupId >
12
12
<artifactId >it.baeyens.arduino.monitor</artifactId >
13
13
<version >2.1.8-SNAPSHOT</version >
14
14
<packaging >eclipse-plugin</packaging >
Original file line number Diff line number Diff line change 3
3
xmlns : xsi =" http://www.w3.org/2001/XMLSchema-instance" >
4
4
<modelVersion >4.0.0</modelVersion >
5
5
<parent >
6
- <groupId >${parent.groupId} </groupId >
6
+ <groupId >com.github.brodykenrick.arduino-eclipse-plugin </groupId >
7
7
<artifactId >it.baeyens.arduino.parent</artifactId >
8
8
<version >1.0.0-SNAPSHOT</version >
9
9
<relativePath >../it.baeyens.arduino.parent</relativePath >
10
10
</parent >
11
- <groupId >${parent.groupId} </groupId >
11
+ <groupId >com.github.brodykenrick.arduino-eclipse-plugin </groupId >
12
12
<artifactId >it.baeyens.arduino.packaging.feature</artifactId >
13
13
<version >1.0.0-SNAPSHOT</version >
14
14
<packaging >eclipse-feature</packaging >
Original file line number Diff line number Diff line change 3
3
xsi:schemaLocation=" http://maven.apache.org/POM/4.0.0 http://maven.apache.org/xsd/maven-4.0.0.xsd"
4
4
xmlns=" http://maven.apache.org/POM/4.0.0" xmlns : xsi =" http://www.w3.org/2001/XMLSchema-instance" >
5
5
<modelVersion >4.0.0</modelVersion >
6
- <groupId >${parent.groupId} </groupId >
6
+ <groupId >com.github.brodykenrick.arduino-eclipse-plugin </groupId >
7
7
<artifactId >it.baeyens.arduino.parent</artifactId >
8
8
<version >1.0.0-SNAPSHOT</version >
9
9
<packaging >pom</packaging >
21
21
<relativePath >org.sonatype.oss:oss-parent</relativePath >
22
22
</parent >
23
23
24
- <!-- TODO : github.repo.username -->
25
24
<scm >
25
+ <!--
26
26
<connection>scm:git:git://github.com/brodykenrick/arduino-eclipse-plugin.git</connection>
27
27
<developerConnection>scm:git:[email protected] :brodykenrick/arduino-eclipse-plugin.git</developerConnection>
28
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 >
29
33
</scm >
30
34
31
35
<!-- Sonatype repos -->
Original file line number Diff line number Diff line change 4
4
xmlns=" http://maven.apache.org/POM/4.0.0" xmlns : xsi =" http://www.w3.org/2001/XMLSchema-instance" >
5
5
<modelVersion >4.0.0</modelVersion >
6
6
<parent >
7
- <groupId >${parent.groupId} </groupId >
7
+ <groupId >com.github.brodykenrick.arduino-eclipse-plugin </groupId >
8
8
<artifactId >it.baeyens.arduino.parent</artifactId >
9
9
<version >1.0.0-SNAPSHOT</version >
10
10
<relativePath >../it.baeyens.arduino.parent</relativePath >
11
11
</parent >
12
- <groupId >${parent.groupId} </groupId >
12
+ <groupId >com.github.brodykenrick.arduino-eclipse-plugin </groupId >
13
13
<artifactId >it.baeyens.arduino.product</artifactId >
14
14
<version >1.0.0-SNAPSHOT</version >
15
15
<packaging >eclipse-repository</packaging >
Original file line number Diff line number Diff line change 4
4
xmlns=" http://maven.apache.org/POM/4.0.0" xmlns : xsi =" http://www.w3.org/2001/XMLSchema-instance" >
5
5
<modelVersion >4.0.0</modelVersion >
6
6
<parent >
7
- <groupId >${parent.groupId} </groupId >
7
+ <groupId >com.github.brodykenrick.arduino-eclipse-plugin </groupId >
8
8
<artifactId >it.baeyens.arduino.parent</artifactId >
9
9
<version >1.0.0-SNAPSHOT</version >
10
10
<relativePath >../it.baeyens.arduino.parent</relativePath >
11
11
</parent >
12
- <groupId >${parent.groupId} </groupId >
12
+ <groupId >com.github.brodykenrick.arduino-eclipse-plugin </groupId >
13
13
<artifactId >it.baeyens.arduino.updatesite</artifactId >
14
14
<version >1.0.0-SNAPSHOT</version >
15
15
<packaging >eclipse-repository</packaging >
Original file line number Diff line number Diff line change 2
2
<project xsi : schemaLocation =" http://maven.apache.org/POM/4.0.0 http://maven.apache.org/xsd/maven-4.0.0.xsd" xmlns =" http://maven.apache.org/POM/4.0.0"
3
3
xmlns : xsi =" http://www.w3.org/2001/XMLSchema-instance" >
4
4
<modelVersion >4.0.0</modelVersion >
5
- <groupId >${parent.groupId} </groupId >
5
+ <groupId >com.github.brodykenrick.arduino-eclipse-plugin </groupId >
6
6
<artifactId >root</artifactId >
7
7
<version >0.0.1-SNAPSHOT</version >
8
8
<packaging >pom</packaging >
Original file line number Diff line number Diff line change 23
23
</properties >
24
24
</profile >
25
25
26
- <!-- This is the Nexus groupId (target destination). Leave as BK for deployment for now. -->
27
- <profile >
28
- <id >inject-parent.groupId</id >
29
- <activation >
30
- <activeByDefault >true</activeByDefault >
31
- </activation >
32
- <properties >
33
- <parent .groupId>${env.CI_NEXUS_GROUPID}</parent .groupId>
34
- </properties >
35
- </profile >
36
-
37
26
<profile >
38
27
<id >inject-github.repo.username</id >
39
28
<activation >
You can’t perform that action at this time.
0 commit comments