Changeset 5


Ignore:
Timestamp:
09/24/19 14:13:23 (5 years ago)
Author:
bart
Message:

Fixed performance issue with some computers

File:
1 edited

Legend:

Unmodified
Added
Removed
  • references/pom.xml

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