Skip to content

Commit

Permalink
Merge pull request #354 from serguei-actuate/master
Browse files Browse the repository at this point in the history
Fixed a pom file, which wasn't well-formed XML
  • Loading branch information
Yulin Wang authored Oct 26, 2016
2 parents 75d2436 + f940e72 commit 48841b9
Showing 1 changed file with 0 additions and 28 deletions.
28 changes: 0 additions & 28 deletions build/org.eclipse.birt.sdk/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -146,33 +146,5 @@
</plugin>
</plugins>
</build>
<project>
...
<build>
<plugins>
...
<plugin>
<groupId>org.apache.maven.plugins</groupId>
<artifactId>maven-antrun-plugin</artifactId>
<version>1.8</version>
<executions>
<execution>
<phase> <!-- a lifecycle phase --> </phase>
<configuration>

<target unless="maven.test.skip">
<echo message="To skip me, just call mvn -Dmaven.test.skip=true"/>
</target>

</configuration>
<goals>
<goal>run</goal>
</goals>
</execution>
</executions>
</plugin>
...
</plugins>
</build>

</project>

0 comments on commit 48841b9

Please sign in to comment.