RE: Custom plugin and custom extension issue

2009-01-30 Thread Jason Chaffee
BTW, this only happens with recursive builds.  If only build that particular 
project, then everything installs/deploys properly.

-Original Message-
From: Jason Chaffee [mailto:jason.chaf...@zilliontv.tv]
Sent: Friday, January 30, 2009 1:19 PM
To: users@maven.apache.org
Subject: Custom plugin and custom extension issue

I am having an issue on 2.0.9.  Basicallly, I have a custom plugin that has 
it's own packaging type and creates a file of it's own extension type.  For 
example,

my-bundle

will create artifactId-version.exe

However, with maven-2.0.9 it creates the the file correcting in the target 
directory but it installs it and deploys it as artifactId-version.my-bundle.

Here is my component.xml snippet?



  
 ...

  org.apache.maven.artifact.handler.ArtifactHandler
  my-bundle
  
org.apache.maven.artifact.handler.DefaultArtifactHandler
  
exe
my-bundle
my-bundle
java
true
  

  


Does anyone have any ideas what could be happening here?


-
To unsubscribe, e-mail: users-unsubscr...@maven.apache.org
For additional commands, e-mail: users-h...@maven.apache.org



Custom plugin and custom extension issue

2009-01-30 Thread Jason Chaffee
I am having an issue on 2.0.9.  Basicallly, I have a custom plugin that has 
it's own packaging type and creates a file of it's own extension type.  For 
example,

my-bundle

will create artifactId-version.exe

However, with maven-2.0.9 it creates the the file correcting in the target 
directory but it installs it and deploys it as artifactId-version.my-bundle.

Here is my component.xml snippet?



  
 ...

  org.apache.maven.artifact.handler.ArtifactHandler
  my-bundle
  
org.apache.maven.artifact.handler.DefaultArtifactHandler
  
exe
my-bundle
my-bundle
java
true
  

  


Does anyone have any ideas what could be happening here?