File tree Expand file tree Collapse file tree
Expand file tree Collapse file tree Original file line number Diff line number Diff line change 109109 </executions >
110110 </plugin >
111111
112- <!-- Attach Demo Source Files -->
113- <plugin >
114- <groupId >org.apache.maven.plugins</groupId >
115- <artifactId >maven-source-plugin</artifactId >
116- <executions >
117- <execution >
118- <id >attach-sources</id >
119- <phase >verify</phase >
120- <goals >
121- <goal >jar</goal >
122- </goals >
123- </execution >
124- </executions >
125- </plugin >
126112 <plugin >
127113 <groupId >com.google.code.maven-license-plugin</groupId >
128114 <artifactId >maven-license-plugin</artifactId >
Original file line number Diff line number Diff line change 7272 </archive >
7373 </configuration >
7474 </plugin >
75- <!-- Attach Demo Source Files -->
76- <plugin >
77- <groupId >org.apache.maven.plugins</groupId >
78- <artifactId >maven-assembly-plugin</artifactId >
79- <!-- this works for assembly build, but breaks from top-level -->
80- <configuration >
81- <filters >
82- <filter >src/main/assembly/filter.properties</filter >
83- </filters >
84- </configuration >
85- <executions >
86- <execution >
87- <phase >verify</phase >
88- <goals >
89- <goal >attached</goal >
90- </goals >
91- <configuration >
92- <descriptors >
93- <descriptor >src/main/assembly/sources.xml</descriptor >
94- </descriptors >
95- </configuration >
96- </execution >
97- </executions >
98- </plugin >
9975 <!-- Temporary workaround to overcome build related issues.
10076 <plugin>
10177 <groupId>org.kaazing</groupId>
Load Diff This file was deleted.
Load Diff This file was deleted.
You can’t perform that action at this time.
0 commit comments