Skip to content
This repository was archived by the owner on Aug 23, 2023. It is now read-only.

Commit 80a9956

Browse files
committed
Updated script
1 parent 59f7c92 commit 80a9956

1 file changed

Lines changed: 0 additions & 16 deletions

File tree

addmodule.sh

Lines changed: 0 additions & 16 deletions
Original file line numberDiff line numberDiff line change
@@ -5,22 +5,6 @@ export name=${1?Specify a module name}
55
mkdir $name &&
66
cat > $name/pom.xml <<EOF
77
<?xml version="1.0" encoding="UTF-8"?>
8-
<!--
9-
Licensed to the Apache Software Foundation (ASF) under one or more
10-
contributor license agreements. See the NOTICE file distributed with
11-
this work for additional information regarding copyright ownership.
12-
The ASF licenses this file to You under the Apache License, Version 2.0
13-
(the "License"); you may not use this file except in compliance with
14-
the License. You may obtain a copy of the License at
15-
16-
http://www.apache.org/licenses/LICENSE-2.0
17-
18-
Unless required by applicable law or agreed to in writing, software
19-
distributed under the License is distributed on an "AS IS" BASIS,
20-
WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied.
21-
See the License for the specific language governing permissions and
22-
limitations under the License.
23-
-->
248
<project xmlns="http://maven.apache.org/POM/4.0.0" xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance"
259
xsi:schemaLocation="http://maven.apache.org/POM/4.0.0 http://maven.apache.org/maven-v4_0_0.xsd">
2610
<modelVersion>4.0.0</modelVersion>

0 commit comments

Comments
 (0)