GayaBalan / ivybeans

Automatically exported from code.google.com/p/ivybeans
0 stars 0 forks source link

Allow support for NetBeans modules (NBM) #41

Open GoogleCodeExporter opened 9 years ago

GoogleCodeExporter commented 9 years ago
Currently ivybeans does not support NetBeans modules

Steps to reproduce:

1. "File" -> "New project" -> "NetBeans modules" -> "Module"
2. [fill forms in and finish wizard]
3. Open project properties

Results:

No "Ivy" node in properties panel.

Original issue reported on code.google.com by mwisnicki@gmail.com on 1 Jul 2009 at 5:12

GoogleCodeExporter commented 9 years ago

Original comment by laurent....@gmail.com on 2 Jul 2009 at 8:30

GoogleCodeExporter commented 9 years ago
The possible thing todo is to add support of ivy for library wrapper module. 

That means, we should apply to ivy dependencies resolution what have been done 
in
http://mojo.codehaus.org/nbm-maven-plugin/.

Original comment by laurent....@gmail.com on 14 Jul 2009 at 3:24