Get sourcecode when using Maven
mvn eclipse:eclipse
    
  <build>
        <plugins>
            <plugin>
                <groupId>org.apache.maven.plugins</groupId>
                <artifactId>maven-eclipse-plugin</artifactId>
                <configuration>
                    <downloadSources>true</downloadSources>
                    <downloadJavadocs>true</downloadJavadocs>
                </configuration>
            </plugin>
        </plugins>
    </build>

Tags : Maven
Created 17/08-2016 by Michael Bornholdt Nielsen
Working with Maven
Tags : Maven
Created 05/03-2014 by Michael Bornholdt Nielsen
Start usning Maven
Tags : Maven
Created 13/02-2014 by Michael Bornholdt Nielsen
first page - next page
About
This site is used as a place to dump my ideas, links and other stuff I normaly forget.

Made by Michael Bornholdt Nielsen => Jarry.dk