forked from atlassian/sitemesh2
-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathpom.xml
31 lines (27 loc) · 1.31 KB
/
pom.xml
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
<project xmlns="http://maven.apache.org/POM/4.0.0"
xsi:schemaLocation="http://maven.apache.org/POM/4.0.0 http://maven.apache.org/maven-v4_0_0.xsd"
xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance">
<modelVersion>4.0.0</modelVersion>
<!--
ant clean test
ant clean jar sources
(for local testing) mvn install:install-file -Dfile=./dist/sitemesh-2.5-atlassian-6.jar -DpomFile=./pom.xml
mvn deploy:deploy-file -Dfile=./dist/sitemesh-2.5-atlassian-6.jar -DpomFile=./pom.xml -Durl=https://maven.atlassian.com/public -DrepositoryId=atlassian-public
mvn deploy:deploy-file -Dfile=./dist/sitemesh-2.5-atlassian-6-sources.jar -DpomFile=./pom.xml -Dclassifier=sources -Durl=https://maven.atlassian.com/public -DrepositoryId=atlassian-public
-->
<groupId>opensymphony</groupId>
<artifactId>sitemesh</artifactId>
<version>2.5-atlassian-6</version>
<packaging>jar</packaging>
<name>SiteMesh</name>
<description>Atlassian's fork of SiteMesh</description>
<url>https://github.com/atlassian/sitemesh2</url>
<dependencies>
<dependency>
<groupId>javax.servlet</groupId>
<artifactId>servlet-api</artifactId>
<version>2.4</version>
<scope>provided</scope>
</dependency>
</dependencies>
</project>