Changeset 4 for party/pom.xml


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

Faster example parties

File:
1 edited

Legend:

Unmodified
Added
Removed
  • party/pom.xml

    r1 r4  
    154154                                        <target>1.8</target>
    155155                                </configuration>
     156                        </plugin>
     157                        <plugin>
     158                                <groupId>org.apache.maven.plugins</groupId>
     159                                <artifactId>maven-source-plugin</artifactId>
     160                                <executions>
     161                                        <execution>
     162                                                <id>attach-sources</id>
     163                                                <goals>
     164                                                        <goal>jar</goal>
     165                                                </goals>
     166                                        </execution>
     167                                </executions>
    156168                        </plugin>
    157169
Note: See TracChangeset for help on using the changeset viewer.