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
20ecd1a7db9faa742e8ec0e58a063286ac92bdb6
spring-integration
/
src
History
Mark Fisher
19558b3fc3
updated AOP message publishing documentation for the 'payload' attribute which has replaced 'value'
2010-06-25 05:24:36 +00:00
..
assembly
added exclusion to omit target/ directories from samples when being added to the distribution zip file; projects should be 'ready to be built by maven', not 'already built by maven'
2010-06-02 20:25:10 +00:00
docbkx
updated AOP message publishing documentation for the 'payload' attribute which has replaced 'value'
2010-06-25 05:24:36 +00:00
main
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