Skip to content

Commit ad7c581

Browse files
committed
Merge branch 'hotfix/1.0'
2 parents f0f11fe + 2555070 commit ad7c581

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

README.md

+1-1
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
## Example Child JAR
2-
An example JAR project showcasing the Parent POM's pipelining capabilities. For details, see our companion article <a href="https://medium.com/eonian-technologies/maven-for-pipelining-part-1-8b850d10a7ee" target="_blank">Maven For Pipelining</a>.
2+
An example JAR project showcasing the the <a href="https://github.com/eonian-technologies/example-parent-pom">parent POM's</a> pipelining capabilities. For details, see our companion article <a href="https://medium.com/eonian-technologies/maven-for-pipelining-part-1-8b850d10a7ee" target="_blank">Maven For Pipelining</a>.
33

44
## Discrete Pipeline Steps
55
The plugins that make up these steps are bound to the Maven Lifecycle by the Parent POM. So a command like `mvn install` will execute them by default. But when pipelining, we want to execute a series of smaller, more granular steps, and make judgments on whether or not to proceed based on their output. A lifecycle goal like `mvn install` does too much. If the CI job running the command breaks there are several things that could have gone wrong. Could it not compile? Could it not run tests? Did the tests fail? Which tests failed, unit tests or integration tests? So when setting up the project’s CI pipeline we won’t use a single step that runs a command like mvn install. Instead we’ll create discrete pipeline steps which directly call their corresponding Maven plugins.

0 commit comments

Comments
 (0)