Greetings,

On Wed, Aug 1, 2012 at 9:57 AM, Jesse Farinacci <[email protected]> wrote:
> Most of the time it works just fine, however sometimes after I have
> mvn clean previously, I will take an exception in the log on the next
> mvn invocation:
>
> [WARNING] Failed to retrieve plugin descriptor for
> com.acme.maven.extensions:banner-maven-extension:0.1: Failed to parse
> plugin descriptor for
> com.acme.maven.extensions:banner-maven-extension:0.1
> ($HOME/.m2/repository/com/acme/maven/extensions/banner-maven-extension/0.1/banner-maven-extension-0.1.jar):
> No plugin descriptor found at META-INF/maven/plugin.xml

So, I have narrowed down the failure a bit. When I invoke it via:

<extensions><extension>
  <groupId>com.acme.maven.extensions</groupId>
  <artifactId>banner-maven-extension</artifactId>
  <version>0.1</version>
</extension></extensions>

it works! However, when I invoke it via:

<build><plugins><plugin>
  <groupId>com.acme.maven.extensions</groupId>
  <artifactId>banner-maven-extension</artifactId>
  <version>0.1</version>
  <extensions>true</extensions>
</plugin></plugins></build>

It fails with the aforementioned error. Is this a bug?

-Jesse

-- 
There are 10 types of people in this world, those
that can read binary and those that can not.

---------------------------------------------------------------------
To unsubscribe, e-mail: [email protected]
For additional commands, e-mail: [email protected]

Reply via email to