Commit Graph

12 Commits

Author SHA1 Message Date
Iwein Fuld
3ed26d170f INT-1164: added paragraph on expression attribute. 2010-06-11 09:38:14 +00:00
Iwein Fuld
2c4203ab85 some small rephrases in aggregator documentation 2010-06-04 13:49:17 +00:00
Chris Beams
7ae2c364ea 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
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
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
Chris Beams
de9b62bd3e build-distribution.sh script can now be safely run from within any directory, including its own 2010-06-02 00:26:42 +00:00
Gary Russell
7d6babbacf Documentation for recent features (serializable payloads, local-address, close option). 2010-05-31 17:53:55 +00:00
Chris Beams
5c77f08fa9 now producing exact same assembly structure and content as M4 distribution zip. see src/assembly/distribution.xml and src/main/scripts/build-distribution.sh 2010-05-28 05:44:04 +00:00
Chris Beams
f1b9b1b51d added spring-javadoc css for s2 green L&F; updated pom to reflect; removed old javadoc L&F 2010-05-24 17:51:21 +00:00
Chris Beams
f9ae5761dc touched up javadoc overview 2010-05-20 18:23:08 +00:00
Chris Beams
cf6027e3b7 javadoc build infrastructure in place; mvn site will aggregate all javadoc under ${basedir}/target/site/apidocs. note that this is not (yet) in line with the s2 'green' l&f for javadoc; that will come later. 2010-05-20 17:49:39 +00:00
Chris Beams
83cac18b6e * unified parent and root poms (eliminates the need for spring-integration-parent, however it's still there to make spring-build happy in the meantime)
* incremental progress on getting docbkx working
  - downgraded docbook 4.5 -> 4.4 because of "URI is not file" errors (`find src/docbkx/*.xml | xargs grep -l '4\.5' | xargs perl -p -i -e 's/4\.5/4.4/g'`)
  - eliminated spring-integration-reference in favor of idiomatic src/docbkx under project root
  - using xsl from spring-ws to get things working. need to figure out how to integrate previous xsl, however (it's still there), because the L&F is quite different now
  - upgraded version of docbkx plugin to 2.0.9
2010-05-20 09:37:33 +00:00