Changeset 4 for timeline


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

Faster example parties

File:
1 edited

Legend:

Unmodified
Added
Removed
  • timeline/pom.xml

    r1 r4  
    121121                                        <target>1.8</target>
    122122                                </configuration>
     123                        </plugin>
     124                        <plugin>
     125                                <groupId>org.apache.maven.plugins</groupId>
     126                                <artifactId>maven-source-plugin</artifactId>
     127                                <executions>
     128                                        <execution>
     129                                                <id>attach-sources</id>
     130                                                <goals>
     131                                                        <goal>jar</goal>
     132                                                </goals>
     133                                        </execution>
     134                                </executions>
    123135                        </plugin>
    124136
Note: See TracChangeset for help on using the changeset viewer.