Maven + Eclipse + Spring
Veröffentlicht in Mittwoch, 16. April 2008 von Andreas Höhmann
Today i show how you can easily develop a Mavenproject with Spring-Beans
in your Eclipse-IDE. You have to add a new plugin to your pom’s
plugins-section:
…
<build>
<plugins>
<plugin>
<artifactId>maven-eclipse-plugin</artifactId>
<version>2.5.1</version>
<configuration>
[...]
Abgelegt unter : Eclipse, Maven-Plugin, Spring | Getaggt: Eclipse, Maven, Plugin, Spring | 4 Kommentare »