|
1 | 1 | <project xmlns="http://maven.apache.org/POM/4.0.0" xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance"
|
2 | 2 | xsi:schemaLocation="http://maven.apache.org/POM/4.0.0 http://maven.apache.org/maven-v4_0_0.xsd">
|
| 3 | + |
| 4 | + <parent> |
| 5 | + <groupId>com.pizzashack</groupId> |
| 6 | + <artifactId>pizzashack</artifactId> |
| 7 | + <version>1.0.0</version> |
| 8 | + </parent> |
| 9 | + |
3 | 10 | <modelVersion>4.0.0</modelVersion>
|
4 | 11 | <groupId>com.pizzashack.client.web</groupId>
|
5 | 12 | <artifactId>pizza-shack-web</artifactId>
|
6 | 13 | <name>PizzaShack Web Application</name>
|
7 | 14 | <packaging>war</packaging>
|
8 |
| - <version>1.0-SNAPSHOT</version> |
| 15 | + <!--version>1.0-SNAPSHOT</version--> |
9 | 16 | <url>http://maven.apache.org</url>
|
10 | 17 | <dependencies>
|
11 | 18 | <dependency>
|
|
62 | 69 |
|
63 | 70 | </build>
|
64 | 71 |
|
65 |
| - <distributionManagement> |
| 72 | + <!--distributionManagement> |
66 | 73 | <repository>
|
67 | 74 | <id>wso2-maven2-repository</id>
|
68 | 75 | <name>WSO2 Maven2 Repository</name>
|
|
73 | 80 | <name>WSO2 Maven2 Snapshot Repository</name>
|
74 | 81 | <url>scp://dist.wso2.org/home/httpd/dist.wso2.org/snapshots/maven2/</url>
|
75 | 82 | </snapshotRepository>
|
76 |
| - </distributionManagement> |
| 83 | + </distributionManagement--> |
| 84 | + |
| 85 | + <repositories> |
| 86 | + <repository> |
| 87 | + <id>wso2-nexus</id> |
| 88 | + <name>WSO2 internal Repository</name> |
| 89 | + <url>http://maven.wso2.org/nexus/content/groups/wso2-public/</url> |
| 90 | + <releases> |
| 91 | + <enabled>true</enabled> |
| 92 | + <updatePolicy>daily</updatePolicy> |
| 93 | + <checksumPolicy>fail</checksumPolicy> |
| 94 | + </releases> |
| 95 | + </repository> |
| 96 | + </repositories> |
77 | 97 | </project>
|
0 commit comments