Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Mavenized: please read MAVENIZATION-README #6

Open
wants to merge 1 commit into
base: master
Choose a base branch
from
Open

Mavenized: please read MAVENIZATION-README #6

wants to merge 1 commit into from

Conversation

trirano
Copy link

@trirano trirano commented Jan 3, 2016

The mavenization process has kept the overal contents.

It has changed directory structure in accordance to the maven standards.

Besides, some ant task have been replaced by maven goals.
For instance:

  • build: instead of "ant"

    mvn install

    o better

    mvn clean install

    it will create target/frej-1.158.jar

  • clean:

    mvn clean

  • javadoc: instead of "ant doc" you must use:

    mvn javadoc:javadoc

    it creates api javadoc under target/apidocs

    mvn javadoc:jar

    it creates a jar archive, e.g. target/frej-1.1.58-javadoc.jar, containing the html pages

    • all: instead of "ant all"

      mvn install

    it will create both target/frej-1.1.58-javadoc.jar and target/frej-1.1.58.jar

    • demo:

      mvn install -Pdemo

    it behaves like the previous 'mvn jar' but this time the target/frej-1.1.58.jar
    will contain the applet code and the test.html too

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

None yet

1 participant