Changeset 1014 for trunk/autoquest-ui-swt/pom.xml
- Timestamp:
- 12/13/12 20:12:56 (12 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/autoquest-ui-swt/pom.xml
r1011 r1014 153 153 </profile> 154 154 </profiles> 155 <build> 156 <plugins> 157 <plugin> 158 <groupId>org.apache.maven.plugins</groupId> 159 <artifactId>maven-jar-plugin</artifactId> 160 <configuration> 161 <archive> 162 <manifest> 163 <addClasspath>true</addClasspath> 164 <classpathPrefix>lib/</classpathPrefix> 165 </manifest> 166 </archive> 167 </configuration> 168 </plugin> 169 </plugins> 170 </build> 155 171 </project>
Note: See TracChangeset
for help on using the changeset viewer.