File tree Expand file tree Collapse file tree 2 files changed +9
-6
lines changed Expand file tree Collapse file tree 2 files changed +9
-6
lines changed Original file line number Diff line number Diff line change 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 >
Original file line number Diff line number Diff line change 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 >
You can’t perform that action at this time.
0 commit comments