Changeset 4 for pom.xml


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

Faster example parties

File:
1 edited

Legend:

Unmodified
Added
Removed
  • pom.xml

    r1 r4  
    237237                                                        </resources>
    238238                                                </configuration>
     239                                        </execution>
     240                                </executions>
     241                        </plugin>
     242                        <plugin>
     243                                <groupId>org.apache.maven.plugins</groupId>
     244                                <artifactId>maven-source-plugin</artifactId>
     245                                <executions>
     246                                        <execution>
     247                                                <id>attach-sources</id>
     248                                                <goals>
     249                                                        <goal>jar</goal>
     250                                                </goals>
    239251                                        </execution>
    240252                                </executions>
Note: See TracChangeset for help on using the changeset viewer.