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

    r2 r4  
    128128                                        <target>1.8</target>
    129129                                </configuration>
     130                        </plugin>
     131                       
     132                        <plugin>
     133                                <groupId>org.apache.maven.plugins</groupId>
     134                                <artifactId>maven-source-plugin</artifactId>
     135                                <executions>
     136                                        <execution>
     137                                                <id>attach-sources</id>
     138                                                <goals>
     139                                                        <goal>jar</goal>
     140                                                </goals>
     141                                        </execution>
     142                                </executions>
    130143                        </plugin>
    131144
Note: See TracChangeset for help on using the changeset viewer.