Aktuellen Stand Release 1.4 aufgenommen,
Versionsangabe in xsds auf Stand 1.5 geändert, Pom für Generierung Java angepasst, Javaklassen Stand 1.5 neu generiert, Releasenotes 1.5 angepasst,
This commit is contained in:
@@ -8,23 +8,17 @@ xsi:schemaLocation="http://maven.apache.org/POM/4.0.0 http://maven.apache.org/xs
|
||||
<description>Dieses Projekt enthaelt die Definitionen fuer die OMDS Services.</description>
|
||||
|
||||
<properties>
|
||||
<currentOmds3VersionDir>v1-5-0</currentOmds3VersionDir>
|
||||
<currentReleaseDir>r1_5_0</currentReleaseDir>
|
||||
<project.build.sourceEncoding>UTF-8</project.build.sourceEncoding>
|
||||
<project.reporting.outputEncoding>UTF-8</project.reporting.outputEncoding>
|
||||
|
||||
<maven.build.timestamp.format>yyyyMMdd</maven.build.timestamp.format>
|
||||
<timestamp>${maven.build.timestamp}</timestamp>
|
||||
|
||||
<!--<currentOmds3VersionDir>v1-3-0</currentOmds3VersionDir>-->
|
||||
<bindings.location.rel>/src/main/resources/bind/${currentOmds3VersionDir}</bindings.location.rel>
|
||||
<bindings.location.rel>/src/main/resources/bind/${currentReleaseDir}</bindings.location.rel>
|
||||
<target.generation.path>${basedir}/src/main/java</target.generation.path>
|
||||
<bindings.location.rel>/src/main/resources/bind/v1-5-0</bindings.location.rel>
|
||||
<bindings.location>${basedir}${bindings.location.rel}</bindings.location>
|
||||
|
||||
<!--<wsdl.location>src/main/resources/def/v1-3-0/omds3Services.wsdl</wsdl.location>
|
||||
<brokerwsdl.location>src/main/resources/def/v1-3-0/broker/omds3ServicesBroker.wsdl</brokerwsdl.location>-->
|
||||
<bindings.location.rel>/src/main/resources/bind/${currentOmds3VersionDir}</bindings.location.rel>
|
||||
<wsdl.location>src/main/resources/def/${currentOmds3VersionDir}/${wsdl.name}</wsdl.location>
|
||||
<wsdl.location>src/main/resources/def/${currentReleaseDir}/${wsdl.name}</wsdl.location>
|
||||
|
||||
<jdk.version>1.7</jdk.version>
|
||||
<maven.compiler.source>${jdk.version}</maven.compiler.source>
|
||||
@@ -51,7 +45,6 @@ xsi:schemaLocation="http://maven.apache.org/POM/4.0.0 http://maven.apache.org/xs
|
||||
<artifactId>maven-compiler-plugin</artifactId>
|
||||
<version>2.3.2</version>
|
||||
</plugin>
|
||||
|
||||
<plugin>
|
||||
<groupId>org.apache.maven.plugins</groupId>
|
||||
<artifactId>maven-assembly-plugin</artifactId>
|
||||
@@ -66,7 +59,6 @@ xsi:schemaLocation="http://maven.apache.org/POM/4.0.0 http://maven.apache.org/xs
|
||||
</pluginManagement>
|
||||
|
||||
<plugins>
|
||||
|
||||
<plugin>
|
||||
<groupId>org.apache.maven.plugins</groupId>
|
||||
<artifactId>maven-help-plugin</artifactId>
|
||||
@@ -246,7 +238,7 @@ xsi:schemaLocation="http://maven.apache.org/POM/4.0.0 http://maven.apache.org/xs
|
||||
</property>
|
||||
</activation>
|
||||
<properties>
|
||||
<currentOmds3VersionDir>r1_5_0</currentOmds3VersionDir>
|
||||
|
||||
<wsdl.name>omds3Services.wsdl</wsdl.name>
|
||||
<wsdl.binding.xml>wsdl_binding.xml</wsdl.binding.xml>
|
||||
</properties>
|
||||
@@ -339,7 +331,6 @@ xsi:schemaLocation="http://maven.apache.org/POM/4.0.0 http://maven.apache.org/xs
|
||||
</property>
|
||||
</activation>
|
||||
<properties>
|
||||
<currentOmds3VersionDir>r1_5_0</currentOmds3VersionDir>
|
||||
<wsdl.name>omds3ServicesBroker.wsdl</wsdl.name>
|
||||
<wsdl.binding.xml>wsdl_broker_binding.xml</wsdl.binding.xml>
|
||||
</properties>
|
||||
|
||||
Reference in New Issue
Block a user