You could do this with the tiles-maven-plugin:
https://github.com/repaint-io/maven-tiles
We recently forked the old broken plugin and rehomed it under our
repaint.io banner.
This provides mixins for maven.
On 13 Sep 2014, at 9:52, mavenarch wrote:
Hi,
Is there a way to import plugins an
You don't need N windows, I just add the pom in the maven projects tool
window, and have open in my generated IDEA project my core project, plus
any F/OSS project I may be forking/working on in the process.
Find Anywhere then works across all projects.
.
We solved 7 issues:
ht
I think I could probably migrate it down … Maybe cut my dependencies in
1/2 .. However, the version idea is probably the right way to go here :)
Thanks for the recommendation!
Kevin
On Fri, Sep 12, 2014 at 6:31 PM, Barrie Treloar wrote:
> On 13 September 2014 02:46, Kevin Burton wrote:
>
> >
Hi Martin,
Thanks for the reply.
directory is properly mentioned because a.so is getting deleted.
Please note a.b.so has been downloaded a dependency and has been put to
libs directory.
Best Regards,
Saurav
On Sat, Sep 13, 2014 at 6:06 PM, Martin Gainty wrote:
> I need to takeoff soon so unfo
I need to takeoff soon so unfortunately I cannot put any time into
investigating until maybe tonite
but Here is the CleanMojo code:
execute()
{
try
{
File[] directories = getDirectories();
for ( int i = 0; i < directories.length; i++ )
{
Hi All,
I have two files in my directory like this:
- a.b.so
- a.so
I want to delete only a.b.so.
So here is my Maven clean plugin entry in my pom.xml file:
maven-clean-plugin
auto-clean
prepare-package
clean
true
${project.build
The root reason is because the "unbuilt" plugin *may* have a custom
lifecycle that affects the reactor build plan in "ways unknown", and that
could end up invalidating the build plan that is being constructed.
Now the custom lifecycles only come in if a plugin is marked as
true so as long as you a