Beispielcode für einen Blog-Artikel
https://www.lusiardi.de/479/java-webprogrammierung-mit-spring-und-maven-teil-1/
0addc9c337
[INFO] [INFO] ------------------------------------------------------------------------ [INFO] Building Java Webprogrammierung mit Spring und Maven (Teil 1) 1.0-SNAPSHOT [INFO] ------------------------------------------------------------------------ [INFO] [INFO] --- versions-maven-plugin:2.1:display-dependency-updates (default-cli) @ webbasics1 --- [INFO] The following dependencies in Dependencies have newer versions: [INFO] javax.servlet:javax.servlet-api ....................... 3.0.1 -> 3.1.0 [INFO] org.springframework:spring-webmvc ..... 3.1.2.RELEASE -> 3.2.3.RELEASE [INFO] [INFO] [INFO] --- versions-maven-plugin:2.1:display-plugin-updates (default-cli) @ webbasics1 --- [INFO] [INFO] The following plugin updates are available: [INFO] maven-compiler-plugin .................................. 2.3.2 -> 3.1 [INFO] [WARNING] The following plugins do not have their version specified: [WARNING] maven-clean-plugin .......................... (from super-pom) 2.5 [WARNING] maven-deploy-plugin ......................... (from super-pom) 2.7 [WARNING] maven-install-plugin ........................ (from super-pom) 2.4 [WARNING] maven-resources-plugin ...................... (from super-pom) 2.6 [WARNING] maven-site-plugin ........................... (from super-pom) 3.3 [WARNING] maven-surefire-plugin ...................... (from super-pom) 2.15 [WARNING] maven-war-plugin ............................ (from super-pom) 2.4 [INFO] [INFO] Project defines minimum Maven version as: 3.0 [INFO] Plugins require minimum Maven version of: 2.2.1 [INFO] Note: the super-pom from Maven 3.0.4 defines some of the plugin [INFO] versions and may be influencing the plugins required minimum Maven [INFO] version. [INFO] [INFO] No plugins require a newer version of Maven than specified by the pom. [INFO] [INFO] ------------------------------------------------------------------------ [INFO] BUILD SUCCESS [INFO] ------------------------------------------------------------------------ [INFO] Total time: 8.621s [INFO] Finished at: Fri Jul 26 22:04:40 CEST 2013 [INFO] Final Memory: 9M/130M [INFO] ------------------------------------------------------------------------ |
||
---|---|---|
src/main | ||
.gitignore | ||
LICENSE | ||
README.md | ||
pom.xml |
README.md
webbasics1
Repository for http://www.lusiardi.de/479/java-webprogrammierung-mit-spring-und-maven-teil-1/