Search Results

6
votes

force Maven2 to copy dependencies into target/lib

Take a look at the Maven dependency plugin, specifically, the …
9
votes

What Does OSGi Solve?

I've found the following benefits from OSGi: Each plugin is a versioned artifact that has its own classloader. Each plugin depends on both specific jars that it contains and …
3
votes

Preprocessing source code as a part of a maven build

This is something that is very doable and I've done something very similar in the past. An example from a project of mine, where I used the antrun plug-in to execute an external program to …