Free cookie consent management tool by TermsFeed Policy Generator

Ignore:
Timestamp:
01/08/11 12:21:05 (14 years ago)
Author:
bfarka
Message:

restructure of service project #1218

File:
1 edited

Legend:

Unmodified
Added
Removed
  • branches/OKBJavaConnector/HLOKBWebClient/pom.xml

    r5229 r5242  
    3939        <artifactId>maven-compiler-plugin</artifactId>
    4040        <configuration>
    41           <source>1.6</source>
    42           <target>1.6</target>
     41          <source>1.5</source>
     42          <target>1.5</target>
    4343        </configuration>
    4444      </plugin>
    45 
     45      <plugin>
     46        <artifactId>maven-assembly-plugin</artifactId>
     47        <version>2.2-beta-5</version>
     48        <configuration>
     49          <descriptorRefs>
     50            <descriptorRef>jar-with-dependencies</descriptorRef>
     51          </descriptorRefs>
     52        </configuration>
     53      </plugin>
    4654      <plugin>
    4755        <groupId>org.codehaus.mojo</groupId>
     
    5765            <configuration>
    5866              <packageName>at.hl.wsclient.okb</packageName>
    59              
     67
    6068              <wsdlLocation>http://localhost:8732/Design_Time_Addresses/OKB-3.3/OKBService?wsdl</wsdlLocation>
    6169              <wsdlDirectory>${basedir}/src/main/resources</wsdlDirectory>
Note: See TracChangeset for help on using the changeset viewer.