Removed white-spacing conflict
This commit is contained in:
parent
2636f0cc7c
commit
afb5fd317b
13
xml/pom.xml
13
xml/pom.xml
|
@ -4,7 +4,6 @@
|
||||||
<groupId>com.baeldung</groupId>
|
<groupId>com.baeldung</groupId>
|
||||||
<artifactId>xml</artifactId>
|
<artifactId>xml</artifactId>
|
||||||
<version>0.1-SNAPSHOT</version>
|
<version>0.1-SNAPSHOT</version>
|
||||||
|
|
||||||
<name>xml</name>
|
<name>xml</name>
|
||||||
|
|
||||||
<parent>
|
<parent>
|
||||||
|
@ -236,8 +235,8 @@
|
||||||
</configuration>
|
</configuration>
|
||||||
</plugin>
|
</plugin>
|
||||||
<plugin>
|
<plugin>
|
||||||
<!-- NOTE: We don't need a groupId specification
|
<!-- NOTE: We don't need a groupId specification because the group
|
||||||
because the group is org.apache.maven.plugins ...which is assumed by default. -->
|
is org.apache.maven.plugins ...which is assumed by default. -->
|
||||||
<artifactId>maven-assembly-plugin</artifactId>
|
<artifactId>maven-assembly-plugin</artifactId>
|
||||||
<configuration>
|
<configuration>
|
||||||
<archiveBaseDirectory>${project.basedir}</archiveBaseDirectory>
|
<archiveBaseDirectory>${project.basedir}</archiveBaseDirectory>
|
||||||
|
@ -256,10 +255,8 @@
|
||||||
</configuration>
|
</configuration>
|
||||||
<executions>
|
<executions>
|
||||||
<execution>
|
<execution>
|
||||||
<id>make-assembly</id><!-- this is used for
|
<id>make-assembly</id><!-- this is used for inheritance merges -->
|
||||||
inheritance merges -->
|
<phase>package</phase><!-- append to the packaging phase. -->
|
||||||
<phase>package</phase><!-- append to the
|
|
||||||
packaging phase. -->
|
|
||||||
<goals>
|
<goals>
|
||||||
<goal>attached</goal><!-- goals == mojos -->
|
<goal>attached</goal><!-- goals == mojos -->
|
||||||
</goals>
|
</goals>
|
||||||
|
@ -285,10 +282,10 @@
|
||||||
<commons-lang.version>2.4</commons-lang.version>
|
<commons-lang.version>2.4</commons-lang.version>
|
||||||
<java-version>1.8</java-version>
|
<java-version>1.8</java-version>
|
||||||
|
|
||||||
|
|
||||||
<!-- maven plugins -->
|
<!-- maven plugins -->
|
||||||
<maven-jibx-plugin.version>1.3.1</maven-jibx-plugin.version>
|
<maven-jibx-plugin.version>1.3.1</maven-jibx-plugin.version>
|
||||||
|
|
||||||
</properties>
|
</properties>
|
||||||
|
|
||||||
</project>
|
</project>
|
||||||
|
|
||||||
|
|
Loading…
Reference in New Issue