mirror of https://github.com/apache/maven.git
rar source file compliant with src/main structure.
git-svn-id: https://svn.apache.org/repos/asf/maven/components/trunk@291395 13f79535-47bb-0310-9956-ffa450edef68
This commit is contained in:
parent
d0a5420e83
commit
73473d0fbf
|
@ -48,7 +48,7 @@ public class RarMojo
|
|||
/**
|
||||
* Single directory for extra files to include in the RAR.
|
||||
*
|
||||
* @parameter expression="${basedir}/src/rar"
|
||||
* @parameter expression="${basedir}/src/main/rar"
|
||||
* @required
|
||||
*/
|
||||
private String rarSourceDirectory;
|
||||
|
@ -56,7 +56,7 @@ public class RarMojo
|
|||
/**
|
||||
* The location of the ra.xml file to be used within the rar file.
|
||||
*
|
||||
* @parameter expression="${basedir}/src/rar/META-INF/ra.xml"
|
||||
* @parameter expression="${basedir}/src/main/rar/META-INF/ra.xml"
|
||||
*/
|
||||
private String raXmlFile;
|
||||
|
||||
|
@ -71,7 +71,7 @@ public class RarMojo
|
|||
/**
|
||||
* The location of the manifest file to be used within the rar file.
|
||||
*
|
||||
* @parameter expression="${basedir}/src/rar/META-INF/MANIFEST.MF"
|
||||
* @parameter expression="${basedir}/src/main/rar/META-INF/MANIFEST.MF"
|
||||
*/
|
||||
private String manifestFile;
|
||||
|
||||
|
|
Loading…
Reference in New Issue