You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@netbeans.apache.org by "Mark Phipps (JIRA)" <ji...@apache.org> on 2019/05/15 16:10:00 UTC

[jira] [Created] (NETBEANS-2553) nbm-maven-plugin autoupdate does not honour property installerOutputDir

Mark Phipps created NETBEANS-2553:
-------------------------------------

             Summary: nbm-maven-plugin autoupdate does not honour property installerOutputDir
                 Key: NETBEANS-2553
                 URL: https://issues.apache.org/jira/browse/NETBEANS-2553
             Project: NetBeans
          Issue Type: Bug
          Components: mavenutilities
    Affects Versions: 11.0, 10.0
            Reporter: Mark Phipps
            Assignee: Eric Barboni
             Fix For: 12.0


My build uses the installerOutputDir property, configured in my pom.

nbm:build-installers honours this property, but nbm:autoupdate does not.

org.apache.netbeans.nbm.CreateUpdateSiteMojo always looks in a project's default output directory "/target" to place the netbeans_site directory and nbms and autoupdate catalog.

There is a comment "//TODO how to figure where the the buildDir/nbm directory is" so some minor changes in this area can improve things, for example with the attached patch file.

 



--
This message was sent by Atlassian JIRA
(v7.6.3#76005)

---------------------------------------------------------------------
To unsubscribe, e-mail: commits-unsubscribe@netbeans.apache.org
For additional commands, e-mail: commits-help@netbeans.apache.org

For further information about the NetBeans mailing lists, visit:
https://cwiki.apache.org/confluence/display/NETBEANS/Mailing+lists