outputDirectory property ignored?
---------------------------------

                 Key: MOPENJPA-9
                 URL: http://jira.codehaus.org/browse/MOPENJPA-9
             Project: Maven 2.x OpenJPA Plugin
          Issue Type: Bug
            Reporter: Laird Nelson


Values for the outputDirectory property are ignored.

This POM snippet:

        <plugin>
          <groupId>org.codehaus.mojo</groupId>
          <artifactId>openjpa-maven-plugin</artifactId>
          <version>LATEST</version>
          <configuration>
            <includes>**/jpa/*.class</includes>
            <addDefaultConstructor>true</addDefaultConstructor>
            <enforcePropertyRestrictions>true</enforcePropertyRestrictions>
            
<outputDirectory>${project.build.directory}/openjpa-enhance</outputDirectory>
          </configuration>
          <executions>
            <execution>
              <id>enhancer</id>
              <phase>process-classes</phase>
              <goals>
                <goal>enhance</goal>
              </goals>
            </execution>
          </executions>            
        </plugin>
...does not result in, e.g. target/openjpa-enhance being created.

-- 
This message is automatically generated by JIRA.
-
If you think it was sent incorrectly contact one of the administrators: 
http://jira.codehaus.org/secure/Administrators.jspa
-
For more information on JIRA, see: http://www.atlassian.com/software/jira

        

---------------------------------------------------------------------
To unsubscribe from this list, please visit:

    http://xircles.codehaus.org/manage_email


Reply via email to