|
Page Edited :
openjpa :
DistributionStrategy
DistributionStrategy has been edited by Marc Prud'hommeaux (Aug 21, 2006). Content:Aggregate jarsRight now, we have a ton of jars, most of which are needed to actually run OpenJPA. For real users, we should create aggregates of these jars, for example:
See the related JIRA item:
Maven assembliesThere's a way to build these using maven. Declare the maven-assembly-pluginAdd the maven-assembly-plugin to the "build" section of your pom.xml like so: pom.xml <build> <plugins> <plugin> <artifactId>maven-assembly-plugin</artifactId> <executions> <execution> <goals> <goal>assembly</goal> </goals> </execution> </executions> <configuration> <descriptors> <descriptor>src/main/assembly/full.xml</descriptor> <descriptor>src/main/assembly/nodep.xml</descriptor> </descriptors> </configuration> </plugin> </plugins> </build>
| |||||||||||||||||||||||||||||||||||||
Powered by
Atlassian Confluence
(Version: 2.2.9 Build:#527 Sep 07, 2006)
-
Bug/feature request
Unsubscribe or edit your notifications preferences
Unsubscribe or edit your notifications preferences
