2009/4/1 Alin Dreghiciu <[email protected]>: > What Nexus? Where?
If you open pax/qi4j project. Go to Settings -> Expand maven menu -> Repository Indices. You can now update ops4j repositories indices. This allow us to perform autocomplete on ops4j artifacts dependency in maven pom.xml. I'm yet to figure out how to get nexus to also index jar content. This will allow us to perform add maven dependency by typing java class name inside java code. E.g. In your maven project java file, type PCEnchancer -> alt-enter -> add maven dependency -> idea will display PCEnhancer (.org.apache.openjpa.enhance) org.apache.openjpa:openjpa Expand the menu and you can select which openjpa to add to your pom.xml !! Once selected, idea will also download the jar file. Regards, Edward Yakop _______________________________________________ qi4j-dev mailing list [email protected] http://lists.ops4j.org/mailman/listinfo/qi4j-dev

