Skip to content

Commit

Permalink
Update single package build command (#164)
Browse files Browse the repository at this point in the history
Because of the lack of auto-activation of profiles when some are
manually specified on the command line, the common profile
needs to be explicit
  • Loading branch information
jonahgraham committed May 23, 2024
1 parent fbda05f commit d62134f
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -21,7 +21,7 @@ In addition the combined p2 site will be in `archive/repository`.

If you want to build just a single package add the profile for the package you want to build, along with the profile to materialize the product:

mvn verify -Pepp.product.rcp -Pepp.materialize-products
mvn verify -Pepp.p2.common -Pepp.product.cpp -Pepp.p2.cpp -Pepp.materialize-products

This build creates output in two places:

Expand Down

0 comments on commit d62134f

Please sign in to comment.