Skip to Main Content

Integration

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!

SOA Maven application deployment

PaulFreeman11Jul 28 2020

Hi,

I'm looking at using Maven to deploy an application built using

mvn archetype:generate -DarchetypeGroupId=com.oracle.soa.archetype -DarchetypeArtifactId=oracle-soa-application -DarchetypeVersion=12.2.1-4-0 -DarchetypeRepository=local -DgroupId=org.my.test -DartifactId=test-soa-application -DprojectName=test-soa-project -Dversion=1.0-SNAPSHOT

In the pom.xml file, should the serverUrl point to the adminserver port and without any further details, e.g.

<serverUrl>http://localhost:7001</serverUrl>

or a SOA managed server?

SOA Suite 12.2.1.4

Thanks
Paul

Comments
Post Details
Added on Jul 28 2020
0 comments
39 views