-
Notifications
You must be signed in to change notification settings - Fork 1
Expand file tree
/
Copy pathpom.xml
More file actions
36 lines (31 loc) · 1.2 KB
/
pom.xml
File metadata and controls
36 lines (31 loc) · 1.2 KB
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
32
33
34
35
36
<?xml version="1.0"?>
<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/xsd/maven-4.0.0.xsd">
<modelVersion>4.0.0</modelVersion>
<parent>
<groupId>nz.ac.auckland.groupapps.parent</groupId>
<artifactId>parent-s3jar-groupapps-central</artifactId>
<version>1.3</version>
</parent>
<groupId>nz.ac.auckland.lmz.javascript</groupId>
<artifactId>javascript-angular</artifactId>
<version>1.3-SNAPSHOT</version>
<packaging>jar</packaging>
<name>Angular Common</name>
<description>
Common angular services and directives that are to function as a base for new applications
</description>
<scm>
<url>https://github.com/uoa-group-applications/javascript-angular</url>
<connection>scm:git:https://github.com/uoa-group-applications/javascript-angular.git</connection>
<developerConnection>scm:git:git@github.com:uoa-group-applications/javascript-angular.git</developerConnection>
<tag>HEAD</tag>
</scm>
<build>
<plugins>
<plugin>
<groupId>org.jasig.maven</groupId>
<artifactId>sass-maven-plugin</artifactId>
</plugin>
</plugins>
</build>
</project>