File tree Expand file tree Collapse file tree 4 files changed +33
-3
lines changed
Expand file tree Collapse file tree 4 files changed +33
-3
lines changed Original file line number Diff line number Diff line change 3939 <scl-extension .version>0.9.1</scl-extension .version>
4040 <compas-scl-xsd .version>0.0.4</compas-scl-xsd .version>
4141 <maven .plugin.javadoc>3.4.1</maven .plugin.javadoc>
42+ <maven-source-plugin .version>3.2.1</maven-source-plugin .version>
4243 </properties >
4344
4445 <dependencyManagement >
156157 </execution >
157158 </executions >
158159 </plugin >
160+ <plugin >
161+ <groupId >org.apache.maven.plugins</groupId >
162+ <artifactId >maven-source-plugin</artifactId >
163+ <version >${maven-source-plugin.version} </version >
164+ <executions >
165+ <execution >
166+ <id >attach-sources</id >
167+ <phase >verify</phase >
168+ <goals >
169+ <goal >jar-no-fork</goal >
170+ </goals >
171+ </execution >
172+ </executions >
173+ </plugin >
159174 </plugins >
160175 </pluginManagement >
161176
Original file line number Diff line number Diff line change 126126 </execution >
127127 </executions >
128128 </plugin >
129+ <plugin >
130+ <groupId >org.apache.maven.plugins</groupId >
131+ <artifactId >maven-source-plugin</artifactId >
132+ </plugin >
129133 </plugins >
130134 </build >
131- </project >
135+ </project >
Original file line number Diff line number Diff line change 218218 </execution >
219219 </executions >
220220 </plugin >
221-
221+ <plugin >
222+ <groupId >org.apache.maven.plugins</groupId >
223+ <artifactId >maven-source-plugin</artifactId >
224+ </plugin >
222225 </plugins >
223226 </build >
224227</project >
Original file line number Diff line number Diff line change 3939 <scope >test</scope >
4040 </dependency >
4141 </dependencies >
42- </project >
42+ <build >
43+ <plugins >
44+ <plugin >
45+ <groupId >org.apache.maven.plugins</groupId >
46+ <artifactId >maven-source-plugin</artifactId >
47+ </plugin >
48+ </plugins >
49+ </build >
50+ </project >
You can’t perform that action at this time.
0 commit comments