@@ -618,6 +618,7 @@ private Model createResolvedPom( ModelBuildingRequest buildingRequest )
618
618
*
619
619
* @param effectivePom is the effective POM.
620
620
* @return the clean POM.
621
+ * @throws MojoExecutionException if anything goes wrong.
621
622
*/
622
623
protected Model createCleanPom ( Model effectivePom ) throws MojoExecutionException
623
624
{
@@ -825,6 +826,7 @@ private List<MavenProject> getReactorModelsFromSession()
825
826
*
826
827
* @param buildingRequest {@link ModelBuildingRequest}
827
828
* @param embedBuildProfileDependencies embed build profiles yes/no.
829
+ * @param flattenMode the flattening mode
828
830
* @return the parsed and calculated effective POM.
829
831
* @throws MojoExecutionException if anything goes wrong.
830
832
*/
@@ -957,6 +959,7 @@ protected static boolean isBuildTimeDriven( Activation activation )
957
959
*
958
960
* @param effectiveModel is the effective POM {@link Model} to process.
959
961
* @return the {@link List} of {@link Dependency dependencies}.
962
+ * @throws MojoExecutionException if anything goes wrong.
960
963
*/
961
964
protected List <Dependency > createFlattenedDependencies ( Model effectiveModel )
962
965
throws MojoExecutionException {
@@ -1111,6 +1114,7 @@ private void createFlattenedDependenciesAll( List<Dependency> projectDependencie
1111
1114
*
1112
1115
* @param effectiveModel is the effective POM {@link Model} to process.
1113
1116
* @param flattenedDependencies is the {@link List} where to add the collected {@link Dependency dependencies}.
1117
+ * @throws MojoExecutionException if anything goes wrong.
1114
1118
*/
1115
1119
protected void createFlattenedDependencies ( Model effectiveModel , List <Dependency > flattenedDependencies )
1116
1120
throws MojoExecutionException
0 commit comments