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
bcf8a401c36cde6ece21604c002055a2e161c2dc
spring-integration
/
src
History
Chris Beams
ef62031617
commented out section in distribution.xml assembly descriptor that aggregates dependencies into the lib/ directory until we figure out what our final plan is with distributing third party dependencies. also copied distributionManagement section from root pom to parent pom; unfortunately it looks like this duplication across the poms cannot be avoided.
2010-06-02 19:20:22 +00:00
..
assembly
commented out section in distribution.xml assembly descriptor that aggregates dependencies into the lib/ directory until we figure out what our final plan is with distributing third party dependencies. also copied distributionManagement section from root pom to parent pom; unfortunately it looks like this duplication across the poms cannot be avoided.
2010-06-02 19:20:22 +00:00
docbkx
Documentation for recent features (serializable payloads, local-address, close option).
2010-05-31 17:53:55 +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