Skip to content

Commit

Permalink
Merge pull request #434 from enriozuni/issue-431
Browse files Browse the repository at this point in the history
Update Jenkins file
  • Loading branch information
schlichtig authored May 12, 2021
2 parents 78bf5df + 6c1745e commit 926b51c
Show file tree
Hide file tree
Showing 6 changed files with 3 additions and 7 deletions.
2 changes: 1 addition & 1 deletion Jenkinsfile
Original file line number Diff line number Diff line change
Expand Up @@ -9,7 +9,7 @@ pipeline {
stages {
stage('Build') {
steps {
sh 'mvn clean package -X -e'
sh 'mvn clean install'
}
}
stage('Publish Snapshot'){
Expand Down
2 changes: 1 addition & 1 deletion plugins/de.cognicrypt.codegenerator.tests/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -10,7 +10,6 @@
<relativePath>../../pom.xml</relativePath>
</parent>

<groupId>de.cognicrypt</groupId>
<artifactId>de.cognicrypt.codegenerator.tests</artifactId>
<packaging>eclipse-test-plugin</packaging>
<dependencies>
Expand Down Expand Up @@ -55,6 +54,7 @@
<version>${tycho-version}</version>
<configuration>
<useUIHarness>true</useUIHarness>
<trimStackTrace>false</trimStackTrace>
</configuration>
</plugin>

Expand Down
3 changes: 1 addition & 2 deletions plugins/de.cognicrypt.codegenerator/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -151,5 +151,4 @@
</plugins>
</pluginManagement>
</build>
<groupId>de.cognicrypt</groupId>
</project>
</project>
1 change: 0 additions & 1 deletion plugins/de.cognicrypt.core/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,6 @@
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" xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance">
<modelVersion>4.0.0</modelVersion>
<groupId>de.cognicrypt</groupId>
<artifactId>de.cognicrypt.core</artifactId>
<packaging>eclipse-plugin</packaging>
<parent>
Expand Down
1 change: 0 additions & 1 deletion plugins/de.cognicrypt.crysl.handler/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,6 @@
<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"
xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance">
<modelVersion>4.0.0</modelVersion>
<groupId>de.cognicrypt</groupId>
<artifactId>de.cognicrypt.crysl.handler</artifactId>
<packaging>eclipse-plugin</packaging>
<parent>
Expand Down
1 change: 0 additions & 1 deletion plugins/de.cognicrypt.staticanalyzer/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,6 @@
<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"
xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance">
<modelVersion>4.0.0</modelVersion>
<groupId>de.cognicrypt</groupId>
<artifactId>de.cognicrypt.staticanalyzer</artifactId>
<packaging>eclipse-plugin</packaging>
<parent>
Expand Down

0 comments on commit 926b51c

Please sign in to comment.