please file a JIRA

On Mon, Aug 11, 2008 at 10:22 AM,  <[EMAIL PROTECTED]> wrote:
> Also, would it be possible to make the following change?  Without this
> change, the directory/file defaults in the pom.xml are meaningless.
>
> Index:
> solaris-maven-plugin/src/main/java/org/codehaus/mojo/solaris/GeneratePrototypeMojo.java
> ===================================================================
> ---
> solaris-maven-plugin/src/main/java/org/codehaus/mojo/solaris/GeneratePrototypeMojo.java
>    (revision 7397)
> +++
> solaris-maven-plugin/src/main/java/org/codehaus/mojo/solaris/GeneratePrototypeMojo.java
>    (working copy)
> @@ -131,13 +131,13 @@
>
>         Defaults directoryDefaults = defaults;
>         directoryDefaults = Defaults.merge( directoryDefaults,
> Defaults.directoryDefaults() );
> -        directoryDefaults = Defaults.merge( directoryDefaults,
> this.directoryDefaults );
> +        directoryDefaults = Defaults.merge( this.directoryDefaults,
> directoryDefaults );
>
>         getLog().debug( "Directory defaults: " + directoryDefaults );
>
>         Defaults fileDefaults = defaults;
>         fileDefaults = Defaults.merge( fileDefaults,
> Defaults.fileDefaults() );
> -        fileDefaults = Defaults.merge( fileDefaults, this.fileDefaults );
> +        fileDefaults = Defaults.merge( this.fileDefaults, fileDefaults );
>
>         getLog().debug( "File defaults: " + fileDefaults );
>
> Thanks,
> David
>
>
>
> From:
> [EMAIL PROTECTED]
> To:
> [email protected]
> Date:
> 08/11/2008 10:49 AM
> Subject:
> [mojo-dev] [solaris-maven-plugin] Deploy 1.0-alpha-3-SNAPSHOT to sandbox
>
>
>
> Hi,
>
> Would it be possible for someone to deploy solaris-maven-plugin version
> 1.0-alpha-3-SNAPSHOT to the sandbox?  I don't have credentials to deploy
> it, and I am looking to try out the new relative path functionality.
>
> Thank you,
> David
>
>
> ---------------------------------------------------------------------
> To unsubscribe from this list, please visit:
>
>    http://xircles.codehaus.org/manage_email
>
>
>
>
>
> ---------------------------------------------------------------------
> To unsubscribe from this list, please visit:
>
>    http://xircles.codehaus.org/manage_email
>
>
>

---------------------------------------------------------------------
To unsubscribe from this list, please visit:

    http://xircles.codehaus.org/manage_email


Reply via email to