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-mavenutils-nbm-maven-harness.git
The following commit(s) were added to refs/heads/master by this push:
new d345aad Adjust site,readme and gitignore
d345aad is described below
commit d345aadb2af149506bb32d62a3f57a306290b9d4
Author: Eric Barboni <[email protected]>
AuthorDate: Fri Aug 9 15:15:45 2019 +0200
Adjust site,readme and gitignore
---
.gitignore | 10 ----------
README.md | 4 ++++
pom.xml | 2 +-
src/site/site.xml | 27 +++++++++++++++++++++++++++
4 files changed, 32 insertions(+), 11 deletions(-)
diff --git a/.gitignore b/.gitignore
index 3bb462b..6e27347 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
diff --git a/README.md b/README.md
index 8559067..5dd210b 100755
--- a/README.md
+++ b/README.md
@@ -21,6 +21,10 @@
# Apache NetBeans Maven Utilities NBM Harness
+[](https://builds.apache.org/view/M-R/view/NetBeans/job/netbeans-maven-TLP/job/netbeans-mavenutils-nbm-maven-harness/job/master/)
+
+[Documentation
Site](https://bits.netbeans.org/mavenutilities/nbm-maven-harness)
+
### Get In Touch
[Subscribe](mailto:[email protected]) or
[mail](mailto:[email protected]) the
[[email protected]](mailto:[email protected]) list - Ask
questions, find answers, and also help other users.
diff --git a/pom.xml b/pom.xml
index 4d3dd21..9d42774 100644
--- a/pom.xml
+++ b/pom.xml
@@ -29,7 +29,7 @@ under the License.
<artifactId>nbm-maven-harness</artifactId>
<version>11.1-SNAPSHOT</version>
<name>Apache NetBeans Maven Utilities - NBM Harness for Maven</name>
- <url>http://bits.netbeans.org/mavenutilities/nbm-maven-harness</url>
+ <url>https://bits.netbeans.org/mavenutilities/nbm-maven-harness</url>
<issueManagement>
<system>jira</system>
<url>https://issues.apache.org/jira/browse/NETBEANS</url>
diff --git a/src/site/site.xml b/src/site/site.xml
new file mode 100644
index 0000000..b374ecd
--- /dev/null
+++ b/src/site/site.xml
@@ -0,0 +1,27 @@
+<?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>org.apache.netbeans.utilities</groupId>
+ <artifactId>maven-netbeans-skin</artifactId>
+ <version>1.0-SNAPSHOT</version>
+ </skin>
+ <body>
+ </body>
+</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