Eclipse Community Forums
Forum Search:

Search      Help    Register    Login    Home
Home » Eclipse Projects » EclipseLink » Maven static weaving plugin (Maven static weaving plugin)
Maven static weaving plugin [message #688756] Sat, 25 June 2011 11:55 Go to previous message
Craig Day is currently offline Craig Day
Messages: 4
Registered: June 2011
Junior Member
There is now a native Maven plugin to perform static weaving:
    <build>
        <plugins>
            <plugin>
                <artifactId>eclipselink-staticweave-maven-plugin</artifactId>
                <groupId>au.com.alderaan</groupId>
                <version>1.0.1</version>
                <executions>
                    <execution>
                        <goals>
                            <goal>weave</goal>
                        </goals>
                        <phase>process-classes</phase>
                    </execution>
                </executions>
            </plugin>
        </plugins>
    </build>

Further details can be found at code.google.com/p/eclipselink-staticweave-maven-plugin/
 
Read Message
Read Message
Previous Topic:[Moxy] Mixed objects
Next Topic:Using @PrivateOwned
Goto Forum:
  


Current Time: Tue May 21 16:11:21 EDT 2013

Powered by FUDForum. Page generated in 0.01623 seconds