This is an automated email from the ASF dual-hosted git repository.
skygo pushed a commit to branch master
in repository https://gitbox.apache.org/repos/asf/netbeans-webskin.git
The following commit(s) were added to refs/heads/master by this push:
new 082fa50 add site + simplify gitignore
082fa50 is described below
commit 082fa50ad73b6574b265fac511789fdddfde9840
Author: Eric Barboni <[email protected]>
AuthorDate: Fri Aug 9 13:31:23 2019 +0200
add site + simplify gitignore
---
.gitignore | 12 +-----------
pom.xml | 7 ++-----
src/site/site.xml | 25 +++++++++++++++++++++++++
3 files changed, 28 insertions(+), 16 deletions(-)
diff --git a/.gitignore b/.gitignore
index 3bb462b..53f4905 100644
--- a/.gitignore
+++ b/.gitignore
@@ -1,12 +1,2 @@
/target/
-/nbactions.xml
-/nbm-maven-plugin/target/
-/nb-repository-plugin/target/
-/nbm-shared/target/
-/nbm-maven-harness/target/
-/archetype/nbm-archetype/target/
-/archetype/nbm-suite-root/target/
-/archetype/netbeans-platform-app-archetype/target/
-/parent/target/
-/webskin/target/
-/netbeansparent/target/
\ No newline at end of file
+/nbactions.xml
\ No newline at end of file
diff --git a/pom.xml b/pom.xml
index 90aca93..469876f 100644
--- a/pom.xml
+++ b/pom.xml
@@ -15,7 +15,7 @@
<description>Maven site skin for Apache Netbeans Utilities.
</description>
<inceptionYear>2018</inceptionYear>
- <url>http://bits.netbeans.org/mavenutilities/maven-netbeans-skin</url>
+ <url>https://bits.netbeans.org/mavenutilities/maven-netbeans-skin</url>
<issueManagement>
<system>jira</system>
<url>https://issues.apache.org/jira/browse/NETBEANS</url>
@@ -37,10 +37,7 @@
<plugin>
<groupId>org.apache.maven.plugins</groupId>
<artifactId>maven-site-plugin</artifactId>
- <version>3.8.2</version>
- <configuration>
- <skip>true</skip>
- </configuration>
+ <version>3.8.2</version>
</plugin>
</plugins>
</build>
diff --git a/src/site/site.xml b/src/site/site.xml
new file mode 100644
index 0000000..9f0b652
--- /dev/null
+++ b/src/site/site.xml
@@ -0,0 +1,25 @@
+<?xml version="1.0" encoding="ISO-8859-1"?>
+<!--
+Licensed to the Apache Software Foundation (ASF) under one
+or more contributor license agreements. See the NOTICE file
+distributed with this work for additional information
+regarding copyright ownership. The ASF licenses this file
+to you under the Apache License, Version 2.0 (the
+"License"); you may not use this file except in compliance
+with the License. You may obtain a copy of the License at
+ http://www.apache.org/licenses/LICENSE-2.0
+Unless required by applicable law or agreed to in writing,
+software distributed under the License is distributed on an
+"AS IS" BASIS, WITHOUT WARRANTIES OR CONDITIONS OF ANY
+KIND, either express or implied. See the License for the
+specific language governing permissions and limitations
+under the License.
+-->
+<project xmlns="http://maven.apache.org/DECORATION/1.0.0"
xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance"
xsi:schemaLocation="http://maven.apache.org/DECORATION/1.0.0
http://maven.apache.org/xsd/decoration-1.0.0.xsd">
+ <skin>
+ <groupId>${project.groupId}</groupId>
+ <artifactId>${project.artifactId}</artifactId>
+ <version>${project.version}</version>
+ </skin>
+</project>
+
---------------------------------------------------------------------
To unsubscribe, e-mail: [email protected]
For additional commands, e-mail: [email protected]
For further information about the NetBeans mailing lists, visit:
https://cwiki.apache.org/confluence/display/NETBEANS/Mailing+lists