Skip to end of metadata
Go to start of metadata

You are viewing an old version of this page. View the current version.

Compare with Current View Page History

« Previous Version 3 Next »

Use the following command to generate asdoc:

$ mvn org.sonatype.flexmojos:flexmojos-maven-plugin:asdoc


It is possible to add it to default building process adding an extra execution

<build>
    <plugins>
      <plugin>
        <groupId>org.sonatype.flexmojos</groupId>
        <artifactId>flexmojos-maven-plugin</artifactId>
        <executions>
          <execution>
            <phase>install</phase>
            <goals>
              <goal>asdoc</goal>
            </goals>
          </execution>
        </executions>
      </plugin>
    </plugins>
  </build>

Open Jira Issues (${numIssues} issues)

type key summary
Loading...
Refresh

  • No labels