This is an automated email from the ASF dual-hosted git repository.
simonetripodi pushed a commit to branch master
in repository
https://gitbox.apache.org/repos/asf/sling-org-apache-sling-feature-cpconverter.git
The following commit(s) were added to refs/heads/master by this push:
new e1105b2 typo
e1105b2 is described below
commit e1105b2be8224d21c922cfc2f0b153b7d2b2cde8
Author: stripodi <[email protected]>
AuthorDate: Fri Apr 12 00:06:21 2019 +0200
typo
---
.../cpconverter/cli/ContentPackage2FeatureModelConverterLauncher.java | 4 ++--
1 file changed, 2 insertions(+), 2 deletions(-)
diff --git
a/src/main/java/org/apache/sling/feature/cpconverter/cli/ContentPackage2FeatureModelConverterLauncher.java
b/src/main/java/org/apache/sling/feature/cpconverter/cli/ContentPackage2FeatureModelConverterLauncher.java
index e780d10..4fe2a57 100644
---
a/src/main/java/org/apache/sling/feature/cpconverter/cli/ContentPackage2FeatureModelConverterLauncher.java
+++
b/src/main/java/org/apache/sling/feature/cpconverter/cli/ContentPackage2FeatureModelConverterLauncher.java
@@ -68,7 +68,7 @@ public final class
ContentPackage2FeatureModelConverterLauncher implements Runna
private File featureModelsOutputDirectory;
@Option(names = { "-i", "--artifact-id" }, description = "The optional
Artifact Id the Feature File will have, once generated; it will be derived, if
not specified.", required = false)
- private String groupId;
+ private String artifactId;
@Override
public void run() {
@@ -104,7 +104,7 @@ public final class
ContentPackage2FeatureModelConverterLauncher implements Runna
.setBundlesStartOrder(bundlesStartOrder)
.setArtifactsOutputDirectory(artifactsOutputDirectory)
.setFeatureModelsOutputDirectory(featureModelsOutputDirectory)
- .setId(groupId);
+
.setId(artifactId);
if (filteringPatterns != null && filteringPatterns.length > 0) {
for (String filteringPattern : filteringPatterns) {