You are viewing a plain text version of this content. The canonical link for it is here.
Posted to dev@servicemix.apache.org by "Jonathan Anstey (JIRA)" <ji...@apache.org> on 2011/07/08 20:43:16 UTC

[jira] [Created] (SMX4-878) Build issue with archetypes source when offline

Build issue with archetypes source when offline
-----------------------------------------------

                 Key: SMX4-878
                 URL: https://issues.apache.org/jira/browse/SMX4-878
             Project: ServiceMix 4
          Issue Type: Task
            Reporter: Jonathan Anstey


Like I just reported in SMX4NMR-278 for the NMR, when building in an environment without Internet access or with the -o option, you may get an error like the following:

{code}
ERROR] Error resolving version for plugin 'org.codehaus.mojo:xslt-maven-plugin' from the repositories [local (/home/janstey/.m2/repository), central (http://repo1.maven.org/maven2)]: Plugin not found in any plugin repository
{code}

Attaching a patch to fix this shortly.

--
This message is automatically generated by JIRA.
For more information on JIRA, see: http://www.atlassian.com/software/jira

        

[jira] [Moved] (SM-2107) Build issue with archetypes source when offline

Posted by "Jean-Baptiste Onofré (JIRA)" <ji...@apache.org>.
     [ https://issues.apache.org/jira/browse/SM-2107?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ]

Jean-Baptiste Onofré moved SMX4-878 to SM-2107:
-----------------------------------------------

    Issue Type: Bug  (was: Task)
           Key: SM-2107  (was: SMX4-878)
       Project: ServiceMix  (was: ServiceMix 4)

> Build issue with archetypes source when offline
> -----------------------------------------------
>
>                 Key: SM-2107
>                 URL: https://issues.apache.org/jira/browse/SM-2107
>             Project: ServiceMix
>          Issue Type: Bug
>          Components: archetypes
>            Reporter: Jonathan Anstey
>            Assignee: Jean-Baptiste Onofré
>         Attachments: add-plugin-versions.diff
>
>
> Like I just reported in SMX4NMR-278 for the NMR, when building in an environment without Internet access or with the -o option, you may get an error like the following:
> {code}
> ERROR] Error resolving version for plugin 'org.codehaus.mojo:xslt-maven-plugin' from the repositories [local (/home/janstey/.m2/repository), central (http://repo1.maven.org/maven2)]: Plugin not found in any plugin repository
> {code}
> Attaching a patch to fix this shortly.

--
This message is automatically generated by JIRA.
For more information on JIRA, see: http://www.atlassian.com/software/jira

       

[jira] [Updated] (SM-2107) Build issue with archetypes source when offline

Posted by "Jean-Baptiste Onofré (JIRA)" <ji...@apache.org>.
     [ https://issues.apache.org/jira/browse/SM-2107?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ]

Jean-Baptiste Onofré updated SM-2107:
-------------------------------------

    Component/s: archetypes

> Build issue with archetypes source when offline
> -----------------------------------------------
>
>                 Key: SM-2107
>                 URL: https://issues.apache.org/jira/browse/SM-2107
>             Project: ServiceMix
>          Issue Type: Bug
>          Components: archetypes
>            Reporter: Jonathan Anstey
>            Assignee: Jean-Baptiste Onofré
>         Attachments: add-plugin-versions.diff
>
>
> Like I just reported in SMX4NMR-278 for the NMR, when building in an environment without Internet access or with the -o option, you may get an error like the following:
> {code}
> ERROR] Error resolving version for plugin 'org.codehaus.mojo:xslt-maven-plugin' from the repositories [local (/home/janstey/.m2/repository), central (http://repo1.maven.org/maven2)]: Plugin not found in any plugin repository
> {code}
> Attaching a patch to fix this shortly.

--
This message is automatically generated by JIRA.
For more information on JIRA, see: http://www.atlassian.com/software/jira

       

[jira] [Assigned] (SMX4-878) Build issue with archetypes source when offline

Posted by "Jean-Baptiste Onofré (JIRA)" <ji...@apache.org>.
     [ https://issues.apache.org/jira/browse/SMX4-878?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ]

Jean-Baptiste Onofré reassigned SMX4-878:
-----------------------------------------

    Assignee: Jean-Baptiste Onofré

> Build issue with archetypes source when offline
> -----------------------------------------------
>
>                 Key: SMX4-878
>                 URL: https://issues.apache.org/jira/browse/SMX4-878
>             Project: ServiceMix 4
>          Issue Type: Task
>            Reporter: Jonathan Anstey
>            Assignee: Jean-Baptiste Onofré
>         Attachments: add-plugin-versions.diff
>
>
> Like I just reported in SMX4NMR-278 for the NMR, when building in an environment without Internet access or with the -o option, you may get an error like the following:
> {code}
> ERROR] Error resolving version for plugin 'org.codehaus.mojo:xslt-maven-plugin' from the repositories [local (/home/janstey/.m2/repository), central (http://repo1.maven.org/maven2)]: Plugin not found in any plugin repository
> {code}
> Attaching a patch to fix this shortly.

--
This message is automatically generated by JIRA.
For more information on JIRA, see: http://www.atlassian.com/software/jira

       

[jira] [Updated] (SMX4-878) Build issue with archetypes source when offline

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

Jonathan Anstey updated SMX4-878:
---------------------------------

    Attachment: add-plugin-versions.diff

Trivial patch to fix the issue. Meant to be applied to http://svn.apache.org/repos/asf/servicemix/archetypes/trunk/

> Build issue with archetypes source when offline
> -----------------------------------------------
>
>                 Key: SMX4-878
>                 URL: https://issues.apache.org/jira/browse/SMX4-878
>             Project: ServiceMix 4
>          Issue Type: Task
>            Reporter: Jonathan Anstey
>         Attachments: add-plugin-versions.diff
>
>
> Like I just reported in SMX4NMR-278 for the NMR, when building in an environment without Internet access or with the -o option, you may get an error like the following:
> {code}
> ERROR] Error resolving version for plugin 'org.codehaus.mojo:xslt-maven-plugin' from the repositories [local (/home/janstey/.m2/repository), central (http://repo1.maven.org/maven2)]: Plugin not found in any plugin repository
> {code}
> Attaching a patch to fix this shortly.

--
This message is automatically generated by JIRA.
For more information on JIRA, see: http://www.atlassian.com/software/jira

        

[jira] [Resolved] (SM-2107) Build issue with archetypes source when offline

Posted by "Jean-Baptiste Onofré (JIRA)" <ji...@apache.org>.
     [ https://issues.apache.org/jira/browse/SM-2107?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ]

Jean-Baptiste Onofré resolved SM-2107.
--------------------------------------

    Resolution: Fixed

Revision 1144492.

> Build issue with archetypes source when offline
> -----------------------------------------------
>
>                 Key: SM-2107
>                 URL: https://issues.apache.org/jira/browse/SM-2107
>             Project: ServiceMix
>          Issue Type: Bug
>          Components: archetypes
>            Reporter: Jonathan Anstey
>            Assignee: Jean-Baptiste Onofré
>         Attachments: add-plugin-versions.diff
>
>
> Like I just reported in SMX4NMR-278 for the NMR, when building in an environment without Internet access or with the -o option, you may get an error like the following:
> {code}
> ERROR] Error resolving version for plugin 'org.codehaus.mojo:xslt-maven-plugin' from the repositories [local (/home/janstey/.m2/repository), central (http://repo1.maven.org/maven2)]: Plugin not found in any plugin repository
> {code}
> Attaching a patch to fix this shortly.

--
This message is automatically generated by JIRA.
For more information on JIRA, see: http://www.atlassian.com/software/jira