Skip to content

Commit 07ea433

Browse files
authored
Merge pull request #690 from jglick/dgm-builder-revert
Restore deployment of `dgm-builder`
2 parents e2e99a4 + 200ff13 commit 07ea433

File tree

2 files changed

+9
-6
lines changed

2 files changed

+9
-6
lines changed

dgm-builder/pom.xml

Lines changed: 1 addition & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -21,19 +21,14 @@
2121
</license>
2222
</licenses>
2323

24-
<properties>
25-
<maven.install.skip>true</maven.install.skip>
26-
<maven.deploy.skip>true</maven.deploy.skip>
27-
</properties>
28-
2924
<build>
3025
<plugins>
3126
<plugin>
3227
<groupId>org.apache.maven.plugins</groupId>
3328
<artifactId>maven-assembly-plugin</artifactId>
3429
<executions>
3530
<execution>
36-
<phase>process-classes</phase>
31+
<phase>package</phase>
3732
<goals>
3833
<goal>single</goal>
3934
</goals>

lib/pom.xml

Lines changed: 8 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -77,6 +77,14 @@
7777
<no-test-jar>false</no-test-jar>
7878
</properties>
7979
<dependencies>
80+
<dependency>
81+
<groupId>com.cloudbees</groupId>
82+
<artifactId>groovy-cps-dgm-builder</artifactId>
83+
<version>${changelist}</version>
84+
<classifier>jar-with-dependencies</classifier>
85+
<scope>runtime</scope> <!-- somehow provide to dependency:properties without actually adding to CP -->
86+
<optional>true</optional>
87+
</dependency>
8088
<dependency>
8189
<groupId>com.github.spotbugs</groupId>
8290
<artifactId>spotbugs-annotations</artifactId>

0 commit comments

Comments
 (0)