This website requires JavaScript.
Explore
Help
Sign In
Spring
/
spring-integration
Watch
1
Star
0
Fork
0
You've already forked spring-integration
Code
Issues
Packages
Projects
Releases
Wiki
Activity
Files
8d3b9c8eeb698e68cf6b66dec4a3c00095f70f4e
spring-integration
/
spring-integration-http
History
Chris Beams
1dad825ea9
created spring-integration-parent module to get away from problems documented at
http://www.sonatype.com/books/mvnref-book/reference/assemblies-set-dist-assemblies.html
; root pom is now responsible for 'process' issues like <modules> management, documentation, assembly and deployment; -parent pom is responsible for inheritable properties and dependencies; a nice separation of concerns in the end. build-distribution.sh script is no longer required as docbook, javadoc and assembly creation are all now attached to the package phase of the lifecycle.
mvn -Pstaging deploy site-deploy
to dry-run a deployment;
mvn deploy site-deploy
to do the real thing. nightly CI build will be updated to do the latter and serve as documentation on how to deploy the project.
2010-06-02 18:40:35 +00:00
..
.settings
added instruction to emit warnings on redundant casts
2010-05-25 23:18:36 +00:00
src
adding missing src/(test|main)/resources directories with .svnignore files to avoid empty-dir-pruning by svn
2010-05-26 14:27:42 +00:00
.classpath
renamed modules org.springframework.integration.* -> spring-integration-*
2010-05-25 13:21:25 +00:00
.project
renamed modules org.springframework.integration.* -> spring-integration-*
2010-05-25 13:21:25 +00:00
pom.xml
created spring-integration-parent module to get away from problems documented at
http://www.sonatype.com/books/mvnref-book/reference/assemblies-set-dist-assemblies.html
; root pom is now responsible for 'process' issues like <modules> management, documentation, assembly and deployment; -parent pom is responsible for inheritable properties and dependencies; a nice separation of concerns in the end. build-distribution.sh script is no longer required as docbook, javadoc and assembly creation are all now attached to the package phase of the lifecycle.
mvn -Pstaging deploy site-deploy
to dry-run a deployment;
mvn deploy site-deploy
to do the real thing. nightly CI build will be updated to do the latter and serve as documentation on how to deploy the project.
2010-06-02 18:40:35 +00:00
template.mf
renamed modules org.springframework.integration.* -> spring-integration-*
2010-05-25 13:21:25 +00:00