Uploaded image for project: 'Maven Project Web Site'
  1. Maven Project Web Site
  2. MNGSITE-98

Correction to the Maven POM Reference - install:install-file example misses "-Dpackaging=jar"

    XMLWordPrintableJSON

Details

    • Bug
    • Status: Closed
    • Minor
    • Resolution: Fixed
    • None
    • Patch

    Description

      In http://maven.apache.org/pom.html#Dependencies
      Using the example:

      ...There are three methods for dealing with this scenario.
      Install the dependency locally using the install plugin. The method is the simplest recommended method. For example:

      mvn install:install-file -Dfile=non-maven-proj.jar -DgroupId=some.group -DartifactId=non-maven-proj -Dversion=1

      • end in maven build error:
        "Missing group, artifact, version, or packaging information".

      To fix this problem, "-Dpackaging=jar" should be added to the command line.
      The correct example command is:

      mvn install:install-file -Dfile=non-maven-proj.jar -DgroupId=some.group -DartifactId=non-maven-proj -Dversion=1 -Dpackaging=jar

      Attachments

        Activity

          People

            bentmann Benjamin Bentmann
            yvolk Yuri Volkov
            Votes:
            0 Vote for this issue
            Watchers:
            0 Start watching this issue

            Dates

              Created:
              Updated:
              Resolved: