Giter Club home page Giter Club logo

Comments (5)

zonski avatar zonski commented on May 13, 2024

If anyone can work out how to get the 'mvn site' to actually generate the list of goals and parameters I'd put the resulting docco up on the site. I tried putting it in but it generates everything except the only interesting bit of the goals and their parameters. I'm out of time to play with it for now, but would be handy to have working.

from javafx-maven-plugin.

peterbecker avatar peterbecker commented on May 13, 2024

Adding the following to your POM seems to do the trick:

<reporting>
    <plugins>
        <plugin>
            <groupId>org.apache.maven.plugins</groupId>
            <artifactId>maven-plugin-plugin</artifactId>
            <version>3.2</version>
        </plugin>
    </plugins>
</reporting>

It needs a few clicks to find the info, but it is in the generated site (Project Reports->Plugin Documentation->${goal}).

from javafx-maven-plugin.

zonski avatar zonski commented on May 13, 2024

Thanks for this. I put it in and it generated the doc, but because I've been pretty slack on JavaDoc and also there are some attributes in base classes that don't get used in every goal. As such the resulting documentation could actually be more confusing that helpful. I definitely want to fix all this up, but it may have to wait now till I get back from travelling. If things go to plan, then the whole code base will get a pretty big re-work then anyway.

from javafx-maven-plugin.

saeidN avatar saeidN commented on May 13, 2024

Thanks peterbecker for the tip about vendor. It's crazy that this is not documented!

from javafx-maven-plugin.

FibreFoX avatar FibreFoX commented on May 13, 2024

It's documented (not in the best place): http://zenjava.com/javafx/maven/basic-config.html

After creation of a new website, this will be documented in a better way.

from javafx-maven-plugin.

Related Issues (20)

Recommend Projects

  • React photo React

    A declarative, efficient, and flexible JavaScript library for building user interfaces.

  • Vue.js photo Vue.js

    🖖 Vue.js is a progressive, incrementally-adoptable JavaScript framework for building UI on the web.

  • Typescript photo Typescript

    TypeScript is a superset of JavaScript that compiles to clean JavaScript output.

  • TensorFlow photo TensorFlow

    An Open Source Machine Learning Framework for Everyone

  • Django photo Django

    The Web framework for perfectionists with deadlines.

  • D3 photo D3

    Bring data to life with SVG, Canvas and HTML. 📊📈🎉

Recommend Topics

  • javascript

    JavaScript (JS) is a lightweight interpreted programming language with first-class functions.

  • web

    Some thing interesting about web. New door for the world.

  • server

    A server is a program made to process requests and deliver data to clients.

  • Machine learning

    Machine learning is a way of modeling and interpreting data that allows a piece of software to respond intelligently.

  • Game

    Some thing interesting about game, make everyone happy.

Recommend Org

  • Facebook photo Facebook

    We are working to build community through open source technology. NB: members must have two-factor auth.

  • Microsoft photo Microsoft

    Open source projects and samples from Microsoft.

  • Google photo Google

    Google ❤️ Open Source for everyone.

  • D3 photo D3

    Data-Driven Documents codes.