[ 
http://jira.codehaus.org/browse/MNBMODULE-97?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=240150#action_240150
 ] 

Jesse Glick commented on MNBMODULE-97:
--------------------------------------

Better might be to declare a runtime dep on 
org.netbeans.modules:org-netbeans-modules-apisupport-harness:RELEASE691:nbm (or 
whatever), and instantiate those tasks reflectively. This just means that you 
need to declare a plugin repository as well as a regular repository.

Or the plugin's build process could use dependency:copy to obtain this NBM, 
extract its tasks.jar into target/classes, and somehow include them in the 
compile CP. That would make the plugin remain fully self-contained (no need to 
reference NB repo), while making it easy to update the tasks version at any 
time.

> Use current versions of nbbuild tasks
> -------------------------------------
>
>                 Key: MNBMODULE-97
>                 URL: http://jira.codehaus.org/browse/MNBMODULE-97
>             Project: Maven NetBeans Module Plugin
>          Issue Type: Bug
>    Affects Versions: 3.3
>            Reporter: Jesse Glick
>            Assignee: Jesse Glick
>
> The plugin is still using org.netbeans.nbbuild:tasks:6.7, which is rather old 
> now. Need to publish a new one. I suppose this is done by filing a ticket 
> somewhere to have it be uploaded to Central?

-- 
This message is automatically generated by JIRA.
-
If you think it was sent incorrectly contact one of the administrators: 
http://jira.codehaus.org/secure/Administrators.jspa
-
For more information on JIRA, see: http://www.atlassian.com/software/jira

        

---------------------------------------------------------------------
To unsubscribe from this list, please visit:

    http://xircles.codehaus.org/manage_email


Reply via email to