2 Replies Latest reply on Apr 10, 2008 11:06 AM by alesj

    Excluding MC docs by default

    alesj

      Can we set that docs are completely ignored when doing install/release/...?
      Probably this just requires inverting 'maven.skip.docs'?

        • 1. Re: Excluding MC docs by default
          pgier

          Yes, you can just change the property to something like "generate.docs" instead of "!maven.skip.docs", that way they won't run unless you specify that you want them.

          • 2. Re: Excluding MC docs by default
            alesj

             

            "pgier" wrote:
            Yes, you can just change the property to something like "generate.docs" instead of "!maven.skip.docs", that way they won't run unless you specify that you want them.

            I've changed it to Paul's suggestion:
            <name>generate.docs</name>
            

            A lot less noise. ;-)