Uploaded image for project: 'Maven Ant Plugin (RETIRED)'
  1. Maven Ant Plugin (RETIRED)
  2. MANT-23

Make the ant plugin able to generate javadoc targets into build.xml files

    XMLWordPrintableJSON

Details

    • New Feature
    • Status: Closed
    • Major
    • Resolution: Fixed
    • 2.0-beta-1
    • 2.0
    • None

    Description

      betelgeuse@pena /mnt/checkouts/maven-ant-plugin $ grep -i javadoc -r .
      ./src/it/ear-it/primary-source/.svn/text-base/pom.xml.svn-base: <artifactId>maven-javadoc-plugin</artifactId>
      ./src/it/ear-it/primary-source/pom.xml: <artifactId>maven-javadoc-plugin</artifactId>

      betelgeuse@pena /mnt/checkouts/commons-dbutils-trunk $ grep -i javadoc maven-build.xml
      betelgeuse@pena /mnt/checkouts/commons-dbutils-trunk $

      For Gentoo packaging and for me being able to include maven generated build.xml files in source releases I need to be able to generate javadocs using the build.xml files. The standard target layout for self written build.xml files I have come across is:
      -compile
      -jar (We have this as package, would be nice to name this after the thing it does so jar would be jar and ear would be ear but that is an another bug)
      -test
      -javadoc
      -dist (dummy target depending on jar, test and javadoc)

      Attachments

        Activity

          People

            siveton Siveton Vincent
            betelgeuse@gentoo.org Petteri Räty
            Votes:
            0 Vote for this issue
            Watchers:
            0 Start watching this issue

            Dates

              Created:
              Updated:
              Resolved: