Skip to main content


Eclipse Community Forums
Forum Search:

Search      Help    Register    Login    Home
Home » Eclipse Projects » EclipseLink » EclipeLink with Maven(optimize the pom file)
EclipeLink with Maven [message #1425462] Wed, 17 September 2014 10:53
reda Mohamed is currently offline reda MohamedFriend
Messages: 3
Registered: June 2012
Junior Member
Hello,

how can i change this or juste optimize it ?

<plugin>
            <groupId>org.codehaus.mojo</groupId>
            <artifactId>exec-maven-plugin</artifactId>
            <version>1.3</version>
            <executions>
              <execution>
                <id>generate-eclipselink-mapping</id>
                <phase>generate-resources</phase>
                <goals>
                  <goal>exec</goal>
                </goals>
                <configuration>
                  <executable>java</executable>
                  <arguments>
                    <argument>-classpath</argument>
                    <argument>/lun/app1/tools/eclipselink-2.3.3/eclipselink/jlib/eclipselink.jar:/lun/app1/tools/eclipselink-2.3.3/eclipselink/utils/workbench/jlib/eclipselinkmw.jar:/lun/app1/tools/eclipselink-2.3.3/eclipselink/utils/workbench/jlib/elmwcore.jar:/lun/app1/tools/eclipselink-2.3.3/eclipselink/utils/workbench/jlib/xercesImpl.jar:/lun/app1/tools/eclipselink-2.3.3/eclipselink/utils/workbench/config[/color]:/lun/data1/mavenrepository\com\oracle\jdbc\ojdbc6\11.2.0.2.0\ojdbc6-11.2.0.2.0.jar</argument>
                    <argument>org.eclipse.persistence.tools.workbench.mappings.DeploymentXMLGenerator</argument>
                    <argument>mappingWorkbench/Post.mwp</argument>
                    <argument>/var/lib/jenkins/jobs/POST_Maven/workspace/src/Post/target/classes/</argument>
                  </arguments>
                  <classpathScope>compile</classpathScope>
                </configuration>
              </execution>
            </executions>
            <configuration>
              <executable>java</executable>
              <arguments>
                <argument>-classpath</argument>
                <argument>/lun/app1/tools/eclipselink-2.3.3/eclipselink/jlib/eclipselink.jar:/lun/app1/tools/eclipselink-2.3.3/eclipselink/utils/workbench/jlib/eclipselinkmw.jar:/lun/app1/tools/eclipselink-2.3.3/eclipselink/utils/workbench/jlib/elmwcore.jar:/lun/app1/tools/eclipselink-2.3.3/eclipselink/utils/workbench/jlib/xercesImpl.jar:/lun/app1/tools/eclipselink-2.3.3/eclipselink/utils/workbench/config[/color]:/lun/data1/mavenrepository\com\oracle\jdbc\ojdbc6\11.2.0.2.0\ojdbc6-11.2.0.2.0.jar</argument>
                <argument>org.eclipse.persistence.tools.workbench.mappings.DeploymentXMLGenerator</argument>
                <argument>mappingWorkbench/Post.mwp</argument>
                <argument>/var/lib/jenkins/jobs/POST_Maven/workspace/src/Post/target/classes/</argument>
              </arguments>
              <classpathScope>compile</classpathScope>
            </configuration>
          </plugin>

Previous Topic:A web application to define/view/edit Dynamic Entity
Next Topic:eclipselink: generate entities without joins
Goto Forum:
  


Current Time: Tue Mar 19 07:47:23 GMT 2024

Powered by FUDForum. Page generated in 0.02090 seconds
.:: Contact :: Home ::.

Powered by: FUDforum 3.0.2.
Copyright ©2001-2010 FUDforum Bulletin Board Software

Back to the top