Skip to content

Commit 2f01e24

Browse files
committed
Fixing dgm-builder phase
1 parent 81808c4 commit 2f01e24

File tree

1 file changed

+6
-1
lines changed

1 file changed

+6
-1
lines changed

dgm-builder/pom.xml

Lines changed: 6 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -21,14 +21,19 @@
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+
2429
<build>
2530
<plugins>
2631
<plugin>
2732
<groupId>org.apache.maven.plugins</groupId>
2833
<artifactId>maven-assembly-plugin</artifactId>
2934
<executions>
3035
<execution>
31-
<phase>package</phase>
36+
<phase>process-classes</phase>
3237
<goals>
3338
<goal>single</goal>
3439
</goals>

0 commit comments

Comments
 (0)