Skip to Main Content

Java Development Tools

Announcement

For appeals, questions and feedback about Oracle Forums, please email oracle-forums-moderators_us@oracle.com. Technical questions should be asked in the appropriate category. Thank you!

Build with Maven and Jenkins differs from local Build

Bjoern BergFeb 2 2015 — edited Apr 22 2015

Hi all,

I have a problem with a Maven build of an ADF application on Jenkins.

When build locally or directly in JDeveloper the EAR is runnable without problems. Build with Maven on a Jenkins buildserver the application is compiled and packaged without any errors but does not run on Glassfish 3.1.2 or Weblogic 12c.

The EAR file form the buildserver is missing the directory adf and some XML files.

In my central Maven repository the needed plugins are installed via Oracle Maven Sync.

Jenkins invokes Maven with clean package.

What am I missing? Or has someone else encountered a similar problem?

Kind regards,

Björn

Comments
Locked Post
New comments cannot be posted to this locked post.
Post Details
Locked on May 20 2015
Added on Feb 2 2015
23 comments
2,402 views