File tree Expand file tree Collapse file tree 1 file changed +48
-0
lines changed
Expand file tree Collapse file tree 1 file changed +48
-0
lines changed Original file line number Diff line number Diff line change 2424 <module >org.flowable.designer.parent</module >
2525 </modules >
2626
27+ <profiles >
28+ <profile >
29+ <id >deploy</id >
30+ <build >
31+ <plugins >
32+ <plugin >
33+ <groupId >org.apache.maven.plugins</groupId >
34+ <artifactId >maven-source-plugin</artifactId >
35+ <executions >
36+ <execution >
37+ <goals >
38+ <goal >jar</goal >
39+ </goals >
40+ </execution >
41+ </executions >
42+ </plugin >
43+ <plugin >
44+ <artifactId >maven-javadoc-plugin</artifactId >
45+ <configuration >
46+ <additionalparam >-Xdoclint:none</additionalparam >
47+ </configuration >
48+ <executions >
49+ <execution >
50+ <id >attach-javadocs</id >
51+ <goals >
52+ <goal >jar</goal >
53+ </goals >
54+ </execution >
55+ </executions >
56+ </plugin >
57+ <plugin >
58+ <groupId >org.apache.maven.plugins</groupId >
59+ <artifactId >maven-gpg-plugin</artifactId >
60+ <executions >
61+ <execution >
62+ <id >sign-artifacts</id >
63+ <phase >verify</phase >
64+ <goals >
65+ <goal >sign</goal >
66+ </goals >
67+ </execution >
68+ </executions >
69+ </plugin >
70+ </plugins >
71+ </build >
72+ </profile >
73+ </profiles >
74+
2775 <!-- Various information, not used by the build -->
2876
2977 <url >http://flowable.org</url >
You can’t perform that action at this time.
0 commit comments