I am wondering if there is any mvn goal to build a Magnolia src distro available? If not has maven 2.x some support for this so we can add it? (the only reference I could find was some assembly, but I couldn't figure out how to use it).
Never used till now but:
http://maven.apache.org/plugins/maven-source-plugin/index.html try: mvn source:jar An assembly is used for more complex packaging (add pdf, license, ...) At the end of this docu you find an example for the sources assembly http://maven.apache.org/guides/mini/guide-assemblies.html Please let me know if you find out more. Regards, Philipp Bracher obinary ltd. ----------------------------------------------------- [EMAIL PROTECTED] http://obinary.com magnolia content management http://magnolia.info ----------------------------------------------------- ---------------------------------------------------------------- for list details see http://www.magnolia.info/en/magnolia/developer.html ----------------------------------------------------------------
