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/randompartypy/pom.xml

    r2 r4  
    147147                                        <target>1.8</target>
    148148                                </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>
    149161                        </plugin>
    150162
Note: See TracChangeset for help on using the changeset viewer.