Issue Type: Bug Bug
Affects Versions: 3.0
Assignee: Johann Reyes
Components: instrument
Created: 14/Jan/14 2:40 AM
Description:
            <plugin>
            <!-- instrumentation task for lazy loading of simple type properties -->
                <groupId>org.codehaus.mojo</groupId>
                <artifactId>hibernate3-maven-plugin</artifactId>
                <dependencies>
                    <dependency>
                        <groupId>hibernate</groupId>
                        <artifactId>hibernate-entitymanager</artifactId>
                        <version>3.4.0.GA</version>
                    </dependency>
                    <dependency>
                        <groupId>org.slf4j</groupId>
                        <artifactId>slf4j-api</artifactId>
                        <version>1.6.6</version>
                    </dependency>
                </dependencies>
                <executions>
                    <execution>
                        <id>Instrument statements</id>
                        <configuration>
                            <instrument verbose="true">
                                <fileset dir="${project.build.outputDirectory}">
                                    <include name="**/*Archive.class" />
                                </fileset>
                            </instrument>
                        </configuration>
                        <phase>process-classes</phase>
                        <goals>
                            <goal>instrument</goal>
                        </goals>
                    </execution>
                </executions>
            </plugin>

The configuration tag is ommited and there is always single tag include with value */.class , from default configuration.

Project: Mojo's Hibernate3 Maven Plugin
Priority: Major Major
Reporter: Artur Polit
This message is automatically generated by JIRA.
If you think it was sent incorrectly, please contact your JIRA administrators
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