Export to GitHub

maven-annotation-plugin - issue #46

Regression Bug: Dependencies set for the plugin are ignored


Posted on Oct 31, 2012 by Helpful Wombat

What steps will reproduce the problem? 1. Here is the build part of my pom.xml: <build> <plugins> <plugin> <artifactId>maven-compiler-plugin</artifactId> <configuration> <source>1.6</source> <target>1.6</target> <encoding>UTF-8</encoding> <proc>none</proc> </configuration> </plugin> <plugin> <groupId>org.bsc.maven</groupId> <artifactId>maven-processor-plugin</artifactId> <version>2.1.0-beta1</version> <extensions>false</extensions> <executions> <execution> <id>process</id> <phase>generate-sources</phase> <goals> <goal>process</goal> </goals> <configuration> <processors> <processor>org.hibernate.jpamodelgen.JPAMetaModelEntityProcessor</processor> </processors> </configuration> </execution> </executions> <dependencies> <dependency> <groupId>org.hibernate</groupId> <artifactId>hibernate-jpamodelgen</artifactId> <version>1.2.0.Final</version> </dependency> </dependencies> </plugin> </plugins> </build>

What is the expected output? What do you see instead? It compiles in 2.0.5, but fails in 2.1.0-beta1

What version of the product are you using? On what operating system? Maven 3.0.4 RHEL 6.1

Comment #1

Posted on Oct 31, 2012 by Helpful Wombat

Check https://issues.jboss.org/browse/FORGE-700 for more details

Comment #2

Posted on Nov 1, 2012 by Quick Rabbit

Thx for feedback

I'll check it soon.

Comment #3

Posted on Nov 1, 2012 by Quick Rabbit

Comment deleted

Comment #4

Posted on Nov 1, 2012 by Quick Rabbit

(No comment was entered for this change.)

Comment #5

Posted on Nov 1, 2012 by Quick Rabbit

i've fixed problem and deployed it in the last 2.1.0-SNAPSHOT

Please, test it, so i can arrange a new release

Comment #6

Posted on Nov 1, 2012 by Helpful Wombat

Hi, Bartomoleu,

I didn't find your changes when pulling from git clone https://code.google.com/p/maven-annotation-plugin/

Is it pushed yet or is it in a different branch ?

Comment #7

Posted on Nov 1, 2012 by Quick Rabbit

Yes

i'm working on branch named "issue44"

Comment #8

Posted on Nov 1, 2012 by Helpful Wombat

Yes ! It works ! Thanks !

Comment #9

Posted on Nov 1, 2012 by Quick Rabbit

Thanks you for feedback and test

i'll arrange the final release 2.1.0 and merge "issue44" branch to "master" one

Status: Fixed

Labels:
Type-Defect Priority-Medium Milestone-Release2.1.0