Force maven2 to download dependency sources
mvn eclipse:eclipse -Declipse.downloadSources=true
Snippets is a public source code repository. Easily build up your personal collection of code snippets, categorize them with tags / keywords, and share them with the world (or not, you can keep them private!)
mvn eclipse:eclipse -Declipse.downloadSources=true
<build> <finalName>reload-test</finalName> <plugins> <plugin> <groupId>org.codehaus.mojo</groupId> <artifactId>tomcat-maven-plugin</artifactId> <configuration> <url>http://localhost:8090/manager</url> <server>myserver</server> </configuration> </plugin> </plugins> </build>