| <?xml version="1.0" encoding="UTF-8"?> |
| <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"> |
| <parent> |
| <groupId>org.apache.netbeans.utilities</groupId> |
| <artifactId>utilities-parent</artifactId> |
| <version>1</version> |
| </parent> |
| <modelVersion>4.0.0</modelVersion> |
| |
| <artifactId>maven-netbeans-skin</artifactId> |
| <version>1.0-SNAPSHOT</version> |
| <packaging>jar</packaging> |
| |
| <name>Apache NetBeans Maven Utilities - Web skin</name> |
| <description>Maven site skin for Apache Netbeans Utilities. |
| </description> |
| <inceptionYear>2018</inceptionYear> |
| <url>https://bits.netbeans.org/mavenutilities/maven-netbeans-skin</url> |
| <issueManagement> |
| <system>jira</system> |
| <url>https://issues.apache.org/jira/browse/NETBEANS</url> |
| </issueManagement> |
| <licenses> |
| <license> |
| <name>Apache License 2</name> |
| <url>http://www.apache.org/licenses/LICENSE-2.0.txt</url> |
| <distribution>repo</distribution> |
| </license> |
| </licenses> |
| <scm> |
| <connection>scm:git:https://gitbox.apache.org/repos/asf/netbeans-webskin.git</connection> |
| <developerConnection>scm:git:gitbox.apache.org/repos/asf/netbeans-webskin.git</developerConnection> |
| <url>https://github.com/apache/netbeans-webskin</url> |
| </scm> |
| <build> |
| <plugins> |
| <plugin> |
| <groupId>org.apache.maven.plugins</groupId> |
| <artifactId>maven-site-plugin</artifactId> |
| <version>3.12.0</version> |
| </plugin> |
| </plugins> |
| </build> |
| </project> |