Changeset 4 for exampleparties/linear/pom.xml
- Timestamp:
- 09/18/19 10:00:22 (5 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
exampleparties/linear/pom.xml
r2 r4 74 74 <target>1.8</target> 75 75 </configuration> 76 </plugin> 77 <plugin> 78 <groupId>org.apache.maven.plugins</groupId> 79 <artifactId>maven-source-plugin</artifactId> 80 <executions> 81 <execution> 82 <id>attach-sources</id> 83 <goals> 84 <goal>jar</goal> 85 </goals> 86 </execution> 87 </executions> 76 88 </plugin> 77 89
Note:
See TracChangeset
for help on using the changeset viewer.