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-archetypes.git
The following commit(s) were added to refs/heads/master by this push:
new b700c85 add parent from utils + remove duplicate information in pom
new b5472e5 Merge pull request #3 from ebarboni/infrastructure
b700c85 is described below
commit b700c85da50cc2bbc09b3f1e718c2a29c3356e9f
Author: Eric Barboni <[email protected]>
AuthorDate: Thu Jun 1 15:25:32 2023 +0200
add parent from utils + remove duplicate information in pom
---
.github/dependabot.yml | 25 ++++++++++++++++++++
README.md | 40 ++++++++++++++++++++++++++++++++
netbeans-jakartaee-war-archetype/pom.xml | 13 +++++------
pom.xml | 21 ++++++++++++++++-
4 files changed, 91 insertions(+), 8 deletions(-)
diff --git a/.github/dependabot.yml b/.github/dependabot.yml
new file mode 100644
index 0000000..06f98d8
--- /dev/null
+++ b/.github/dependabot.yml
@@ -0,0 +1,25 @@
+# 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.
+
+version: 2
+updates:
+ - package-ecosystem: "maven"
+ directory: "/"
+ target-branch: "master"
+ schedule:
+ interval: "daily"
+
diff --git a/README.md b/README.md
new file mode 100755
index 0000000..a48b893
--- /dev/null
+++ b/README.md
@@ -0,0 +1,40 @@
+<!--
+
+ 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.
+
+-->
+
+# Apache NetBeans Maven Utilities archetypes
+
+[](https://ci-builds.apache.org/job/Netbeans/job/netbeans-maven-TLP/job/netbeans-mavenutils-archetypes/job/master/)
+
+
+[](https://search.maven.org/artifact/org.apache.netbeans.archetypes/netbeans-archetype-parent)
+[](https://search.maven.org/artifact/org.apache.netbeans.archetypes/netbeans-jakartaee-war-archetype)
+
+
+### 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.
+
+[Subscribe](mailto:[email protected]) or
[mail](mailto:[email protected]) the
[[email protected]](mailto:[email protected]) list - Join
developement discussions, propose new ideas and connect with contributors.
+
+### Reporting Bugs
+
+Report issue at [repository issue
section](https://github.com/apache/netbeans-mavenutils-archetypes/issues)
+
diff --git a/netbeans-jakartaee-war-archetype/pom.xml
b/netbeans-jakartaee-war-archetype/pom.xml
index dc43d98..ec90880 100644
--- a/netbeans-jakartaee-war-archetype/pom.xml
+++ b/netbeans-jakartaee-war-archetype/pom.xml
@@ -21,16 +21,15 @@ under the License.
<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>
- <groupId>org.apache.netbeans.archetypes</groupId>
- <artifactId>netbeans-jakartaee-war-archetype</artifactId>
- <version>1.0.0-SNAPSHOT</version>
- <packaging>maven-archetype</packaging>
-
- <name>Apache NetBeans Maven Archetypes: Jakarte EE Web Application
Archetype</name>
-
<parent>
<groupId>org.apache.netbeans.archetypes</groupId>
<artifactId>netbeans-archetype-parent</artifactId>
<version>1.0.0-SNAPSHOT</version>
</parent>
+ <artifactId>netbeans-jakartaee-war-archetype</artifactId>
+ <packaging>maven-archetype</packaging>
+
+ <name>Apache NetBeans Maven Archetypes: Jakarte EE Web Application
Archetype</name>
+
+
</project>
diff --git a/pom.xml b/pom.xml
index cec4819..c4bab1d 100644
--- a/pom.xml
+++ b/pom.xml
@@ -21,6 +21,11 @@ under the License.
<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>org.apache.netbeans</groupId>
+ <artifactId>netbeans-parent</artifactId>
+ <version>3</version>
+ </parent>
<groupId>org.apache.netbeans.archetypes</groupId>
<artifactId>netbeans-archetype-parent</artifactId>
<version>1.0.0-SNAPSHOT</version>
@@ -51,11 +56,25 @@ under the License.
</license>
</licenses>
+ <distributionManagement>
+ <site>
+ <id>netbeans.bits</id>
+ <url>https://bits.netbeans.org/mavenutilities/archetypes</url>
+ </site>
+ </distributionManagement>
+
<modules>
<module>netbeans-jakartaee-war-archetype</module>
</modules>
-
<build>
+ <pluginManagement>
+ <plugins>
+ <plugin>
+ <artifactId>maven-site-plugin</artifactId>
+ <version>4.0.0-M8</version>
+ </plugin>
+ </plugins>
+ </pluginManagement>
<extensions>
<extension>
<groupId>org.apache.maven.archetype</groupId>
---------------------------------------------------------------------
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