Discussions
Categories
- 17.9K All Categories
- 3.4K Industry Applications
- 3.3K Intelligent Advisor
- 62 Insurance
- 536K On-Premises Infrastructure
- 138.2K Analytics Software
- 38.6K Application Development Software
- 5.7K Cloud Platform
- 109.4K Database Software
- 17.5K Enterprise Manager
- 8.8K Hardware
- 71.1K Infrastructure Software
- 105.2K Integration
- 41.5K Security Software
SOA Maven application deployment

PaulFreeman11
Member Posts: 1 Red Ribbon
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