* BAEL-4712: added maven example with override * BAEL-4712: added grandchild * BAEL-4712: updated PR * BAEL-4712: updated project structure * BAEL-4712: removed target * BAEL-4712: added extra property * BAEL-4712: added extra property * BAEL-4712: added extra property * BAEL-4712: added another example for combine attributes Co-authored-by: adina <roleaa.adina@gmail.com>
15 lines
520 B
XML
15 lines
520 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">
|
|
<parent>
|
|
<artifactId>version-overriding-plugins</artifactId>
|
|
<groupId>com.baeldung</groupId>
|
|
<version>0.0.1-SNAPSHOT</version>
|
|
</parent>
|
|
<modelVersion>4.0.0</modelVersion>
|
|
|
|
<artifactId>child-b</artifactId>
|
|
|
|
|
|
</project> |