Changeset 4 for exampleparties/randompartypy
- Timestamp:
- 09/18/19 10:00:22 (5 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
exampleparties/randompartypy/pom.xml
r2 r4 147 147 <target>1.8</target> 148 148 </configuration> 149 </plugin> 150 <plugin> 151 <groupId>org.apache.maven.plugins</groupId> 152 <artifactId>maven-source-plugin</artifactId> 153 <executions> 154 <execution> 155 <id>attach-sources</id> 156 <goals> 157 <goal>jar</goal> 158 </goals> 159 </execution> 160 </executions> 149 161 </plugin> 150 162
Note:
See TracChangeset
for help on using the changeset viewer.