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

    r2 r4  
    140140                                        <target>1.8</target>
    141141                                </configuration>
     142                        </plugin>
     143                        <plugin>
     144                                <groupId>org.apache.maven.plugins</groupId>
     145                                <artifactId>maven-source-plugin</artifactId>
     146                                <executions>
     147                                        <execution>
     148                                                <id>attach-sources</id>
     149                                                <goals>
     150                                                        <goal>jar</goal>
     151                                                </goals>
     152                                        </execution>
     153                                </executions>
    142154                        </plugin>
    143155
Note: See TracChangeset for help on using the changeset viewer.