Changeset 4 for profileconnection


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

Faster example parties

File:
1 edited

Legend:

Unmodified
Added
Removed
  • profileconnection/pom.xml

    r1 r4  
    143143                                        <target>1.8</target>
    144144                                </configuration>
     145                        </plugin>
     146                        <plugin>
     147                                <groupId>org.apache.maven.plugins</groupId>
     148                                <artifactId>maven-source-plugin</artifactId>
     149                                <executions>
     150                                        <execution>
     151                                                <id>attach-sources</id>
     152                                                <goals>
     153                                                        <goal>jar</goal>
     154                                                </goals>
     155                                        </execution>
     156                                </executions>
    145157                        </plugin>
    146158
Note: See TracChangeset for help on using the changeset viewer.