Shaun Phillips 45085ce61c BAEL-4356 add disable-plugins-examples (#12121)
* BAEL-4356 add disable-plugins-examples

* GTSIS-4356 change tabs to four spaces
2022-04-29 09:04:58 +05:30

17 lines
674 B
XML

<?xml version="1.0" encoding="UTF-8"?>
<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>com.baeldung.maven-parent-pom-resolution</groupId>
<artifactId>plugin-enabled</artifactId>
<version>1.0.0-SNAPSHOT</version>
<packaging>pom</packaging>
<parent>
<groupId>com.baeldung.maven-parent-pom-resolution</groupId>
<artifactId>disable-plugin-examples</artifactId>
<version>1.0.0-SNAPSHOT</version>
</parent>
</project>