1
<project xmlns="http://maven.apache.org/POM/4.0.0" xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance" xsi:schemaLocation="http://maven.apache.org/POM/4.0.0 http://maven.apache.org/maven-v4_0_0.xsd">
1
<project xmlns="http://maven.apache.org/POM/4.0.0" xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance"
2
xsi:schemaLocation="http://maven.apache.org/POM/4.0.0 http://maven.apache.org/maven-v4_0_0.xsd">
3
4
<artifactId>trackingwofull</artifactId>
4
5
<groupId>com.npd</groupId>
11
12
<name>Tracking WO EJBs</name>
12
13
<version>0.1-SNAPSHOT</version>
16
<groupId>org.apache.maven.plugins</groupId>
17
<artifactId>maven-ejb-plugin</artifactId>
19
<ejbVersion>3.0</ejbVersion>
17
<groupId>org.apache.maven.plugins</groupId>
18
<artifactId>maven-ejb-plugin</artifactId>
20
<ejbVersion>3.0</ejbVersion>
24
<groupId>org.codehaus.mojo</groupId>
25
<artifactId>jaxws-maven-plugin</artifactId>
26
<version>1.12</version>
29
<id>gen-fileupload-ws</id>
30
<phase>generate-resources</phase>
35
<sei>com.npd.trackingwo.business.FileUpload</sei>
36
<packageName>com.npd.trackingwo.client.webservice.fileupload</packageName>
40
<id>gen-uihelper-ws</id>
41
<phase>generate-resources</phase>
46
<sei>com.npd.trackingwo.helper.UIHelperBusiness</sei>
47
<packageName>com.npd.trackingwo.client.webservice.ui</packageName>
52
<phase>generate-resources</phase>
57
<sei>com.npd.trackingwo.business.FormsBusiness</sei>
58
<packageName>com.npd.trackingwo.client.webservice.form</packageName>
63
<genWsdl>true</genWsdl>
67
<groupId>javax.persistence</groupId>
68
<artifactId>persistence-api</artifactId>
69
<version>1.0</version>
70
<scope>provided</scope>
73
<groupId>javax.ejb</groupId>
74
<artifactId>ejb-api</artifactId>
75
<version>3.0</version>
27
<url>http://repository.jboss.com/maven2/</url>
29
<enabled>false</enabled>
84
<url>http://repository.jboss.com/maven2/</url>
86
<enabled>false</enabled>
35
<groupId>javax.persistence</groupId>
36
<artifactId>persistence-api</artifactId>
37
<version>1.0</version>
38
<scope>provided</scope>
41
<groupId>javax.ejb</groupId>
42
<artifactId>ejb-api</artifactId>
43
<version>3.0</version>
44
<scope>provided</scope>
47
<groupId>com.npd.trackingwo</groupId>
48
<artifactId>framework</artifactId>
49
<version>0.1-SNAPSHOT</version>
50
<scope>compile</scope>
92
<groupId>javax.persistence</groupId>
93
<artifactId>persistence-api</artifactId>
94
<version>1.0</version>
95
<scope>provided</scope>
98
<groupId>javax.ejb</groupId>
99
<artifactId>ejb-api</artifactId>
100
<version>3.0</version>
101
<scope>provided</scope>
104
<groupId>com.npd.trackingwo</groupId>
105
<artifactId>framework</artifactId>
106
<version>0.1-SNAPSHOT</version>
110
<groupId>com.sun.xml.ws</groupId>
111
<artifactId>jaxws-rt</artifactId>
112
<version>2.1.3</version>
113
<scope>provided</scope>
b'\\ No newline at end of file'