Ignore:
Timestamp:
09/18/19 10:00:22 (5 years ago)
Author:
bart
Message:

Faster example parties

File:
1 edited

Legend:

Unmodified
Added
Removed
  • exampleparties/randomparty/pom.xml

    r2 r4  
    156156                                        <target>1.8</target>
    157157                                </configuration>
     158                        </plugin>
     159                        <plugin>
     160                                <groupId>org.apache.maven.plugins</groupId>
     161                                <artifactId>maven-source-plugin</artifactId>
     162                                <executions>
     163                                        <execution>
     164                                                <id>attach-sources</id>
     165                                                <goals>
     166                                                        <goal>jar</goal>
     167                                                </goals>
     168                                        </execution>
     169                                </executions>
    158170                        </plugin>
    159171
Note: See TracChangeset for help on using the changeset viewer.