The following document contains the results of PMD's CPD 5.0.5.
File | Line |
---|---|
org\andromda\maven\plugin\andromdapp\HelpMojo.java | 129 |
org\andromda\maven\plugin\andromdapp\HelpMojo.java | 258 |
append( sb, "Removes the an AndroMDApp generated application structure.", 1 ); append( sb, "", 0 ); if ( detail ) { append( sb, "Available parameters:", 1 ); append( sb, "", 0 ); append( sb, "configurationUri", 2 ); append( sb, "The URI to an optional AndroMDApp configuration file.", 3 ); append( sb, "Expression: ${configuration.uri}", 3 ); append( sb, "", 0 ); append( sb, "propertyFiles", 2 ); append( sb, "(no description available)", 3 ); append( sb, "Expression: ${project.build.filters}", 3 ); append( sb, "", 0 ); append( sb, "skip", 2 ); append( sb, "Set this to \'true\' to bypass cartridge tests entirely. Its use is NOT RECOMMENDED, but quite convenient on occasion.", 3 ); append( sb, "Expression: ${maven.test.skip}", 3 ); append( sb, "", 0 ); append( sb, "skipProcessing", 2 ); append( sb, "Whether or not processing should be skipped (this is if you want to completely skip code generation, i.e. if code is already generated and you are creating the site from already generated source code).", 3 ); append( sb, "Expression: ${andromdapp.run.skip}", 3 ); append( sb, "", 0 ); append( sb, "skipTests", 2 ); append( sb, "Set this to \'true\' to skip running tests, but still compile them. Its use is NOT RECOMMENDED, but quite convenient on occasion.", 3 ); append( sb, "Expression: ${skipTests}", 3 ); append( sb, "", 0 ); append( sb, "testFailureIgnore (Default: false)", 2 ); append( sb, "Set this to true to ignore a failure during testing. Its use is NOT RECOMMENDED, but quite convenient on occasion.", 3 ); append( sb, "Expression: ${maven.test.failure.ignore}", 3 ); append( sb, "", 0 ); } } if ( goal == null || goal.length() <= 0 || "deploy".equals( goal ) ) |