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

    r2 r4  
    7474                                        <target>1.8</target>
    7575                                </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>
    7688                        </plugin>
    7789
Note: See TracChangeset for help on using the changeset viewer.