Skip to content

Commit 926b51c

Browse files
authored
Merge pull request #434 from enriozuni/issue-431
Update Jenkins file
2 parents 78bf5df + 6c1745e commit 926b51c

File tree

6 files changed

+3
-7
lines changed

6 files changed

+3
-7
lines changed

Jenkinsfile

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -9,7 +9,7 @@ pipeline {
99
stages {
1010
stage('Build') {
1111
steps {
12-
sh 'mvn clean package -X -e'
12+
sh 'mvn clean install'
1313
}
1414
}
1515
stage('Publish Snapshot'){

plugins/de.cognicrypt.codegenerator.tests/pom.xml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -10,7 +10,6 @@
1010
<relativePath>../../pom.xml</relativePath>
1111
</parent>
1212

13-
<groupId>de.cognicrypt</groupId>
1413
<artifactId>de.cognicrypt.codegenerator.tests</artifactId>
1514
<packaging>eclipse-test-plugin</packaging>
1615
<dependencies>
@@ -55,6 +54,7 @@
5554
<version>${tycho-version}</version>
5655
<configuration>
5756
<useUIHarness>true</useUIHarness>
57+
<trimStackTrace>false</trimStackTrace>
5858
</configuration>
5959
</plugin>
6060

plugins/de.cognicrypt.codegenerator/pom.xml

Lines changed: 1 addition & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -151,5 +151,4 @@
151151
</plugins>
152152
</pluginManagement>
153153
</build>
154-
<groupId>de.cognicrypt</groupId>
155-
</project>
154+
</project>

plugins/de.cognicrypt.core/pom.xml

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -3,7 +3,6 @@
33
xsi:schemaLocation="http://maven.apache.org/POM/4.0.0 http://maven.apache.org/xsd/maven-4.0.0.xsd"
44
xmlns="http://maven.apache.org/POM/4.0.0" xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance">
55
<modelVersion>4.0.0</modelVersion>
6-
<groupId>de.cognicrypt</groupId>
76
<artifactId>de.cognicrypt.core</artifactId>
87
<packaging>eclipse-plugin</packaging>
98
<parent>

plugins/de.cognicrypt.crysl.handler/pom.xml

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -2,7 +2,6 @@
22
<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"
33
xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance">
44
<modelVersion>4.0.0</modelVersion>
5-
<groupId>de.cognicrypt</groupId>
65
<artifactId>de.cognicrypt.crysl.handler</artifactId>
76
<packaging>eclipse-plugin</packaging>
87
<parent>

plugins/de.cognicrypt.staticanalyzer/pom.xml

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -2,7 +2,6 @@
22
<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"
33
xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance">
44
<modelVersion>4.0.0</modelVersion>
5-
<groupId>de.cognicrypt</groupId>
65
<artifactId>de.cognicrypt.staticanalyzer</artifactId>
76
<packaging>eclipse-plugin</packaging>
87
<parent>

0 commit comments

Comments
 (0)