Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Regression Bug: Dependencies set for the plugin are ignored #46

Closed
GoogleCodeExporter opened this issue Mar 18, 2015 · 9 comments
Closed

Comments

@GoogleCodeExporter
Copy link

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

Original issue reported on code.google.com by [email protected] on 31 Oct 2012 at 5:25

@GoogleCodeExporter
Copy link
Author

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

Original comment by [email protected] on 31 Oct 2012 at 5:25

@GoogleCodeExporter
Copy link
Author

Thx for feedback


I'll check it soon.

Original comment by [email protected] on 1 Nov 2012 at 9:09

  • Changed state: Started

@GoogleCodeExporter
Copy link
Author

[deleted comment]

@GoogleCodeExporter
Copy link
Author

Original comment by [email protected] on 1 Nov 2012 at 9:17

  • Added labels: Milestone-Release2.1.0
  • Removed labels: Release2.1.0

@GoogleCodeExporter
Copy link
Author

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

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


Original comment by [email protected] on 1 Nov 2012 at 1:30

  • Changed state: Fixed

@GoogleCodeExporter
Copy link
Author

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 ?

Original comment by [email protected] on 1 Nov 2012 at 2:24

@GoogleCodeExporter
Copy link
Author

Yes 

i'm working on branch named "issue44"

Original comment by [email protected] on 1 Nov 2012 at 2:27

@GoogleCodeExporter
Copy link
Author

Yes ! It works !
Thanks !

Original comment by [email protected] on 1 Nov 2012 at 2:32

@GoogleCodeExporter
Copy link
Author

Thanks you for feedback and test

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

Original comment by [email protected] on 1 Nov 2012 at 2:35

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

1 participant