Changeset 1104
- Timestamp:
- 02/20/13 15:23:01 (12 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/autoquest-plugin-guitar/pom.xml
r1011 r1104 53 53 </dependency> 54 54 </dependencies> 55 <build> 56 <plugins> 57 <plugin> 58 <groupId>org.apache.maven.plugins</groupId> 59 <artifactId>maven-jar-plugin</artifactId> 60 <configuration> 61 <archive> 62 <manifest> 63 <addClasspath>true</addClasspath> 64 </manifest> 65 </archive> 66 </configuration> 67 </plugin> 68 </plugins> 69 </build> 55 70 </project>
Note: See TracChangeset
for help on using the changeset viewer.