Changeset 4 for events/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
  • events/pom.xml

    r1 r4  
    134134                                        <target>1.8</target>
    135135                                </configuration>
     136                        </plugin>
     137                        <plugin>
     138                                <groupId>org.apache.maven.plugins</groupId>
     139                                <artifactId>maven-source-plugin</artifactId>
     140                                <executions>
     141                                        <execution>
     142                                                <id>attach-sources</id>
     143                                                <goals>
     144                                                        <goal>jar</goal>
     145                                                </goals>
     146                                        </execution>
     147                                </executions>
    136148                        </plugin>
    137149
Note: See TracChangeset for help on using the changeset viewer.