This is an automated email from the ASF dual-hosted git repository.

cziegeler pushed a commit to branch master
in repository 
https://gitbox.apache.org/repos/asf/sling-slingfeature-maven-plugin.git


The following commit(s) were added to refs/heads/master by this push:
     new 218c406  SLING-7962 : Add mojo for downloading all artifacts and 
putting them into a build directory
218c406 is described below

commit 218c4069aeb557e03b99e9678f666204e264266f
Author: Carsten Ziegeler <[email protected]>
AuthorDate: Fri Sep 28 17:46:53 2018 +0200

    SLING-7962 : Add mojo for downloading all artifacts and putting them into a 
build directory
---
 .../java/org/apache/sling/feature/maven/mojos/RepositoryMojo.java   | 6 ------
 1 file changed, 6 deletions(-)

diff --git 
a/src/main/java/org/apache/sling/feature/maven/mojos/RepositoryMojo.java 
b/src/main/java/org/apache/sling/feature/maven/mojos/RepositoryMojo.java
index 58de84c..1dc4abb 100644
--- a/src/main/java/org/apache/sling/feature/maven/mojos/RepositoryMojo.java
+++ b/src/main/java/org/apache/sling/feature/maven/mojos/RepositoryMojo.java
@@ -67,12 +67,6 @@ public class RepositoryMojo extends AbstractFeatureMojo {
     @Component
     private ArtifactResolver resolver;
 
-    /**
-     * This is the name of the final model as written to the target directory.
-     */
-    @Parameter(defaultValue="slingstart.txt")
-    private String repositoryModelName;
-
     @Override
     public void execute() throws MojoExecutionException, MojoFailureException {
         final File artifactDir = new 
File(this.project.getBuild().getDirectory(), repositoryDir);

Reply via email to