0 Replies Latest reply on May 4, 2007 10:52 AM by pgier

    Maven assembly

    pgier

      I added the docbook docs to the maven assembly. The docbook stuff can now be run with the docs profile.

      mvn -Pdocs install


      The assemblies can be generated using the assembly profile:
      mvn -Passembly install


      I wasn't sure what the source distribution should look like. The old source assembly looks like it just has the code from the modules combined. Is this how the new distribution files should work?