diff options
author | Kanagaraj Manickam k00365106 <kanagaraj.manickam@huawei.com> | 2017-09-23 21:58:32 +0530 |
---|---|---|
committer | Kanagaraj Manickam k00365106 <kanagaraj.manickam@huawei.com> | 2017-09-23 21:58:32 +0530 |
commit | f60eabf0527a3b800d63e4c59097e49bb860fb16 (patch) | |
tree | 508b9f17579a0a56d88fa45cabcb9149435b600e /pom.xml | |
parent | fbcf7425ab04e8a06412e82b63bac42f19b25aef (diff) |
Add sample plugin
CLI-48
Change-Id: Iaef4fec04df0eaedf84616bdcaf03612627feb8c
Signed-off-by: Kanagaraj Manickam k00365106 <kanagaraj.manickam@huawei.com>
Diffstat (limited to 'pom.xml')
-rw-r--r-- | pom.xml | 9 |
1 files changed, 4 insertions, 5 deletions
@@ -1,4 +1,4 @@ -<?xml version="1.0"?> +<?xml version="1.0" encoding="UTF-8"?> <!-- Copyright 2017 Huawei Technologies Co., Ltd. @@ -13,8 +13,7 @@ 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/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"> + --><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> @@ -41,7 +40,7 @@ <module>main</module> <module>deployment</module> <module>validation</module> - </modules> + </modules> <distributionManagement> <site> @@ -84,4 +83,4 @@ </plugin> </plugins> </build> -</project> +</project>
\ No newline at end of file |