You are viewing a plain text version of this content. The canonical link for it is here.
Posted to dev@myfaces.apache.org by "Andrew Robinson (JIRA)" <de...@myfaces.apache.org> on 2010/11/04 17:37:45 UTC

[jira] Created: (TRINIDAD-1953) Cannot build the trunk on a clean maven repository

Cannot build the trunk on a clean maven repository
--------------------------------------------------

                 Key: TRINIDAD-1953
                 URL: https://issues.apache.org/jira/browse/TRINIDAD-1953
             Project: MyFaces Trinidad
          Issue Type: Bug
          Components: Build
    Affects Versions: 2.0.0.3-core
            Reporter: Andrew Robinson
            Priority: Blocker


If you do not have a ~/.m2/settings.xml and you do not build the plugins or maven 1.2.x trunk locally, the Trinidad 2 trunk will not build.


[INFO] ------------------------------------------------------------------------
[ERROR] BUILD ERROR
[INFO] ------------------------------------------------------------------------
[INFO] Error building POM (may not be this project's POM).


Project ID: org.apache.myfaces.trinidadbuild:maven-xrts-plugin

Reason: POM 'org.apache.myfaces.trinidadbuild:maven-xrts-plugin' not found in repository: Unable to download the artifact from any repository

  org.apache.myfaces.trinidadbuild:maven-xrts-plugin:pom:2.0.3-SNAPSHOT

from the specified remote repositories:
  apache.snapshots (http://people.apache.org/repo/m2-snapshot-repository),
  jboss releases (http://repository.jboss.org/maven2/),
  central (http://repo1.maven.org/maven2),
  java.net (http://download.java.net/maven/1),
  maven2-repository.dev.java.net (http://download.java.net/maven/2/)

 for project org.apache.myfaces.trinidadbuild:maven-xrts-plugin

We should ensure that the necessary repositories are in the pom.xml and the plugin snapshots are being correctly deployed to the snapshot repository so that we can build without having to build the plugins or the 1.2.x branch locally.


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


Re: [jira] Commented: (TRINIDAD-1953) Cannot build the trunk on a clean maven repository

Posted by Matthias Wessendorf <ma...@apache.org>.
You are welcome!

It was needed, and I am actually happy that's almost working (see my
other 'rant' email) :)

-Matthias

On Fri, Nov 5, 2010 at 4:37 PM, Andrew Robinson
<an...@gmail.com> wrote:
> Matthias,
> Just wanted to say thanks for all the work. Cleaning up the pom is no fun
> especially when there were complications, but I appreciate the effort.
> -Andrew
> 2010/11/5 Matthias Weßendorf (JIRA) <de...@myfaces.apache.org>
>>
>>    [
>> https://issues.apache.org/jira/browse/TRINIDAD-1953?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=12928560#action_12928560
>> ]
>>
>> Matthias Weßendorf commented on TRINIDAD-1953:
>> ----------------------------------------------
>>
>> I did
>> a) clean ups of the pom.xml (odd references were in there)
>> b) I am currently changing the Trinidad plugins to be deployed to the
>> hudson
>> (looks like that was missing)
>>
>> -Matthias
>>
>> > Cannot build the trunk on a clean maven repository
>> > --------------------------------------------------
>> >
>> >                 Key: TRINIDAD-1953
>> >                 URL: https://issues.apache.org/jira/browse/TRINIDAD-1953
>> >             Project: MyFaces Trinidad
>> >          Issue Type: Bug
>> >          Components: Build
>> >    Affects Versions: 2.0.0.3-core
>> >            Reporter: Andrew Robinson
>> >            Assignee: Matthias Weßendorf
>> >            Priority: Blocker
>> >
>> > If you do not have a ~/.m2/settings.xml and you do not build the plugins
>> > or maven 1.2.x trunk locally, the Trinidad 2 trunk will not build.
>> > [INFO]
>> > ------------------------------------------------------------------------
>> > [ERROR] BUILD ERROR
>> > [INFO]
>> > ------------------------------------------------------------------------
>> > [INFO] Error building POM (may not be this project's POM).
>> > Project ID: org.apache.myfaces.trinidadbuild:maven-xrts-plugin
>> > Reason: POM 'org.apache.myfaces.trinidadbuild:maven-xrts-plugin' not
>> > found in repository: Unable to download the artifact from any repository
>> >   org.apache.myfaces.trinidadbuild:maven-xrts-plugin:pom:2.0.3-SNAPSHOT
>> > from the specified remote repositories:
>> >   apache.snapshots
>> > (http://people.apache.org/repo/m2-snapshot-repository),
>> >   jboss releases (http://repository.jboss.org/maven2/),
>> >   central (http://repo1.maven.org/maven2),
>> >   java.net (http://download.java.net/maven/1),
>> >   maven2-repository.dev.java.net (http://download.java.net/maven/2/)
>> >  for project org.apache.myfaces.trinidadbuild:maven-xrts-plugin
>> > We should ensure that the necessary repositories are in the pom.xml and
>> > the plugin snapshots are being correctly deployed to the snapshot repository
>> > so that we can build without having to build the plugins or the 1.2.x branch
>> > locally.
>>
>> --
>> This message is automatically generated by JIRA.
>> -
>> You can reply to this email to add a comment to the issue online.
>>
>
>



-- 
Matthias Wessendorf

blog: http://matthiaswessendorf.wordpress.com/
sessions: http://www.slideshare.net/mwessendorf
twitter: http://twitter.com/mwessendorf

Re: [jira] Commented: (TRINIDAD-1953) Cannot build the trunk on a clean maven repository

Posted by Andrew Robinson <an...@gmail.com>.
Matthias,

Just wanted to say thanks for all the work. Cleaning up the pom is no fun
especially when there were complications, but I appreciate the effort.

-Andrew

2010/11/5 Matthias Weßendorf (JIRA) <de...@myfaces.apache.org>

>
>    [
> https://issues.apache.org/jira/browse/TRINIDAD-1953?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=12928560#action_12928560]
>
> Matthias Weßendorf commented on TRINIDAD-1953:
> ----------------------------------------------
>
> I did
> a) clean ups of the pom.xml (odd references were in there)
> b) I am currently changing the Trinidad plugins to be deployed to the
> hudson
> (looks like that was missing)
>
> -Matthias
>
> > Cannot build the trunk on a clean maven repository
> > --------------------------------------------------
> >
> >                 Key: TRINIDAD-1953
> >                 URL: https://issues.apache.org/jira/browse/TRINIDAD-1953
> >             Project: MyFaces Trinidad
> >          Issue Type: Bug
> >          Components: Build
> >    Affects Versions: 2.0.0.3-core
> >            Reporter: Andrew Robinson
> >            Assignee: Matthias Weßendorf
> >            Priority: Blocker
> >
> > If you do not have a ~/.m2/settings.xml and you do not build the plugins
> or maven 1.2.x trunk locally, the Trinidad 2 trunk will not build.
> > [INFO]
> ------------------------------------------------------------------------
> > [ERROR] BUILD ERROR
> > [INFO]
> ------------------------------------------------------------------------
> > [INFO] Error building POM (may not be this project's POM).
> > Project ID: org.apache.myfaces.trinidadbuild:maven-xrts-plugin
> > Reason: POM 'org.apache.myfaces.trinidadbuild:maven-xrts-plugin' not
> found in repository: Unable to download the artifact from any repository
> >   org.apache.myfaces.trinidadbuild:maven-xrts-plugin:pom:2.0.3-SNAPSHOT
> > from the specified remote repositories:
> >   apache.snapshots (http://people.apache.org/repo/m2-snapshot-repository
> ),
> >   jboss releases (http://repository.jboss.org/maven2/),
> >   central (http://repo1.maven.org/maven2),
> >   java.net (http://download.java.net/maven/1),
> >   maven2-repository.dev.java.net (http://download.java.net/maven/2/)
> >  for project org.apache.myfaces.trinidadbuild:maven-xrts-plugin
> > We should ensure that the necessary repositories are in the pom.xml and
> the plugin snapshots are being correctly deployed to the snapshot repository
> so that we can build without having to build the plugins or the 1.2.x branch
> locally.
>
> --
> This message is automatically generated by JIRA.
> -
> You can reply to this email to add a comment to the issue online.
>
>

[jira] Commented: (TRINIDAD-1953) Cannot build the trunk on a clean maven repository

Posted by "Matthias Weßendorf (JIRA)" <de...@myfaces.apache.org>.
    [ https://issues.apache.org/jira/browse/TRINIDAD-1953?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=12928560#action_12928560 ] 

Matthias Weßendorf commented on TRINIDAD-1953:
----------------------------------------------

I did
a) clean ups of the pom.xml (odd references were in there)
b) I am currently changing the Trinidad plugins to be deployed to the hudson
(looks like that was missing)

-Matthias

> Cannot build the trunk on a clean maven repository
> --------------------------------------------------
>
>                 Key: TRINIDAD-1953
>                 URL: https://issues.apache.org/jira/browse/TRINIDAD-1953
>             Project: MyFaces Trinidad
>          Issue Type: Bug
>          Components: Build
>    Affects Versions: 2.0.0.3-core
>            Reporter: Andrew Robinson
>            Assignee: Matthias Weßendorf
>            Priority: Blocker
>
> If you do not have a ~/.m2/settings.xml and you do not build the plugins or maven 1.2.x trunk locally, the Trinidad 2 trunk will not build.
> [INFO] ------------------------------------------------------------------------
> [ERROR] BUILD ERROR
> [INFO] ------------------------------------------------------------------------
> [INFO] Error building POM (may not be this project's POM).
> Project ID: org.apache.myfaces.trinidadbuild:maven-xrts-plugin
> Reason: POM 'org.apache.myfaces.trinidadbuild:maven-xrts-plugin' not found in repository: Unable to download the artifact from any repository
>   org.apache.myfaces.trinidadbuild:maven-xrts-plugin:pom:2.0.3-SNAPSHOT
> from the specified remote repositories:
>   apache.snapshots (http://people.apache.org/repo/m2-snapshot-repository),
>   jboss releases (http://repository.jboss.org/maven2/),
>   central (http://repo1.maven.org/maven2),
>   java.net (http://download.java.net/maven/1),
>   maven2-repository.dev.java.net (http://download.java.net/maven/2/)
>  for project org.apache.myfaces.trinidadbuild:maven-xrts-plugin
> We should ensure that the necessary repositories are in the pom.xml and the plugin snapshots are being correctly deployed to the snapshot repository so that we can build without having to build the plugins or the 1.2.x branch locally.

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