Uploaded image for project: 'Jira Data Center'
  1. Jira Data Center
  2. JRASERVER-15364

Documentation specifies incorrect maven build syntax.

    XMLWordPrintable

Details

    Description

      The instructions for building JIRA 3.12.3 specify incorrect command-line options for maven. Here's the page:

      http://www.atlassian.com/software/jira/docs/v3.12.3/building.html

      The documentation suggests using the following command-line options:

      maven -Djira.build.bundle.plugins=false include-rpc-plugin war:webapp

      This results in a build error. As far as I can tell, the maven syntax should actually be:

      maven -Djira.build.bundle.plugins=false -Dinclude-rpc-plugin=false war:webapp

      While you're there, it would also be nice to give some tip about setting an alternate repo to work around the lack of support for redirects in Maven 1.0.x:

      http://blogs.atlassian.com/developer/2006/12/maven_1_repository_changes.html

      Anyway, the new documentation looks great, wish there were a quick link to leave feedback like this, though...

      Attachments

        Activity

          People

            alui Andrew
            db5cf01ef87b Tony Atkins
            Votes:
            0 Vote for this issue
            Watchers:
            0 Start watching this issue

            Dates

              Created:
              Updated:
              Resolved: