You are viewing a plain text version of this content. The canonical link for it is here.
Posted to issues@cxf.apache.org by "Christian Schneider (JIRA)" <ji...@apache.org> on 2009/10/25 11:49:59 UTC

[jira] Created: (CXF-2495) mvn clean does not work on trunk with an empty local maven repository

mvn clean does not work on trunk with an empty local maven repository
---------------------------------------------------------------------

                 Key: CXF-2495
                 URL: https://issues.apache.org/jira/browse/CXF-2495
             Project: CXF
          Issue Type: Bug
          Components: Build system
    Affects Versions: 2.2.4
            Reporter: Christian Schneider
            Assignee: Christian Schneider


mvn clean needs some maven plugins defined by cxf projects. The problem is that when you start with an empty  local repository these plugins do not exist. 
So it is often not possible to clean the cxf tree when a build fails.


-- 
This message is automatically generated by JIRA.
-
You can reply to this email to add a comment to the issue online.


[jira] Closed: (CXF-2495) mvn clean does not work on trunk with an empty local maven repository

Posted by "Christian Schneider (JIRA)" <ji...@apache.org>.
     [ https://issues.apache.org/jira/browse/CXF-2495?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ]

Christian Schneider closed CXF-2495.
------------------------------------


> mvn clean does not work on trunk with an empty local maven repository
> ---------------------------------------------------------------------
>
>                 Key: CXF-2495
>                 URL: https://issues.apache.org/jira/browse/CXF-2495
>             Project: CXF
>          Issue Type: Bug
>          Components: Build system
>    Affects Versions: 2.2.4
>            Reporter: Christian Schneider
>            Assignee: Christian Schneider
>             Fix For: 2.3
>
>
> mvn clean needs some maven plugins defined by cxf projects. The problem is that when you start with an empty  local repository these plugins do not exist. 
> So it is often not possible to clean the cxf tree when a build fails.

-- 
This message is automatically generated by JIRA.
-
You can reply to this email to add a comment to the issue online.


[jira] Resolved: (CXF-2495) mvn clean does not work on trunk with an empty local maven repository

Posted by "Christian Schneider (JIRA)" <ji...@apache.org>.
     [ https://issues.apache.org/jira/browse/CXF-2495?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ]

Christian Schneider resolved CXF-2495.
--------------------------------------

       Resolution: Fixed
    Fix Version/s: 2.3

Added a clean profile to the parent pom that contains the apache snapshot repository. 
So you can issue mvn -Pclean clean and the plugins are loaded from the snapshot repository.


> mvn clean does not work on trunk with an empty local maven repository
> ---------------------------------------------------------------------
>
>                 Key: CXF-2495
>                 URL: https://issues.apache.org/jira/browse/CXF-2495
>             Project: CXF
>          Issue Type: Bug
>          Components: Build system
>    Affects Versions: 2.2.4
>            Reporter: Christian Schneider
>            Assignee: Christian Schneider
>             Fix For: 2.3
>
>
> mvn clean needs some maven plugins defined by cxf projects. The problem is that when you start with an empty  local repository these plugins do not exist. 
> So it is often not possible to clean the cxf tree when a build fails.

-- 
This message is automatically generated by JIRA.
-
You can reply to this email to add a comment to the issue online.