You are viewing a plain text version of this content. The canonical link for it is here.
Posted to dev@geronimo.apache.org by viola lu <vi...@gmail.com> on 2009/09/14 11:43:17 UTC

Miss org.apache.geronimo.components:geronimo-connector:jar:tests:2.1.3-SNAPSHOT dependency when build g2.2 branch

Hi,
 When build g2.2 branch plugins/connector, there is an error :
Missing:
----------
1)
org.apache.geronimo.components:geronimo-connector:jar:tests:2.1.3-SNAPSHOT

  Try downloading the file manually from the project website.

  Then, install it using the command:
      mvn install:install-file -DgroupId=org.apache.geronimo.components
-DartifactId=geronimo-connector -Dversion=2.1.3-20090910.160808-3
-Dclassifier=tests -Dpackaging=jar -Dfile=/path/to/file

  Alternatively, if you host your own repository you can deploy the file
there:
      mvn deploy:deploy-file -DgroupId=org.apache.geronimo.components
-DartifactId=geronimo-connector -Dversion=2.1.3-20090910.160808-3
-Dclassifier=tests -Dpackaging=jar -Dfile=/path/to/file -Durl=[url]
-DrepositoryId=[id]

  Path to dependency:
        1) org.apache.geronimo.modules:geronimo-connector:jar:2.2-SNAPSHOT
        2)
org.apache.geronimo.components:geronimo-connector:jar:tests:2.1.3-SNAPSHOT

----------
1 required artifact is missing.

for artifact:
  org.apache.geronimo.modules:geronimo-connector:jar:2.2-SNAPSHOT

Where to get this module and compile?And what does "classifier" do in
<dependency>
            <groupId>org.apache.geronimo.components</groupId>
            <artifactId>geronimo-connector</artifactId>
           <classifier>tests</classifier>
        </dependency>
?

Thanks.
-- 
viola

Re: Miss org.apache.geronimo.components:geronimo-connector:jar:tests:2.1.3-SNAPSHOT dependency when build g2.2 branch

Posted by Shawn Jiang <ge...@gmail.com>.
On Mon, Sep 14, 2009 at 5:46 PM, Rex Wang <rw...@gmail.com> wrote:

> Yes, I also met this, Shawn has pointed that these days looks like the
> branch 22 are not built autoly.
> Might be the reason..
>

David Jencks is releasing txmanager 2.1.3.  After that,upgrading the
dependency to geronimo-connector:jar:tests:2.1.3 should resolve this
problem.

>
> -Rex
>
> 2009/9/14 viola lu <vi...@gmail.com>
>
> Hi,
>>  When build g2.2 branch plugins/connector, there is an error :
>> Missing:
>> ----------
>> 1)
>> org.apache.geronimo.components:geronimo-connector:jar:tests:2.1.3-SNAPSHOT
>>
>>   Try downloading the file manually from the project website.
>>
>>   Then, install it using the command:
>>       mvn install:install-file -DgroupId=org.apache.geronimo.components
>> -DartifactId=geronimo-connector -Dversion=2.1.3-20090910.160808-3
>> -Dclassifier=tests -Dpackaging=jar -Dfile=/path/to/file
>>
>>   Alternatively, if you host your own repository you can deploy the file
>> there:
>>       mvn deploy:deploy-file -DgroupId=org.apache.geronimo.components
>> -DartifactId=geronimo-connector -Dversion=2.1.3-20090910.160808-3
>> -Dclassifier=tests -Dpackaging=jar -Dfile=/path/to/file -Durl=[url]
>> -DrepositoryId=[id]
>>
>>   Path to dependency:
>>         1) org.apache.geronimo.modules:geronimo-connector:jar:2.2-SNAPSHOT
>>         2)
>> org.apache.geronimo.components:geronimo-connector:jar:tests:2.1.3-SNAPSHOT
>>
>> ----------
>> 1 required artifact is missing.
>>
>> for artifact:
>>   org.apache.geronimo.modules:geronimo-connector:jar:2.2-SNAPSHOT
>>
>> Where to get this module and compile?And what does "classifier" do in
>> <dependency>
>>             <groupId>org.apache.geronimo.components</groupId>
>>             <artifactId>geronimo-connector</artifactId>
>>            <classifier>tests</classifier>
>>         </dependency>
>> ?
>>
>> Thanks.
>> --
>> viola
>>
>
>


-- 
Shawn

Re: Miss org.apache.geronimo.components:geronimo-connector:jar:tests:2.1.3-SNAPSHOT dependency when build g2.2 branch

Posted by Rex Wang <rw...@gmail.com>.
Yes, I also met this, Shawn has pointed that these days looks like the
branch 22 are not built autoly.
Might be the reason..

-Rex

2009/9/14 viola lu <vi...@gmail.com>

> Hi,
>  When build g2.2 branch plugins/connector, there is an error :
> Missing:
> ----------
> 1)
> org.apache.geronimo.components:geronimo-connector:jar:tests:2.1.3-SNAPSHOT
>
>   Try downloading the file manually from the project website.
>
>   Then, install it using the command:
>       mvn install:install-file -DgroupId=org.apache.geronimo.components
> -DartifactId=geronimo-connector -Dversion=2.1.3-20090910.160808-3
> -Dclassifier=tests -Dpackaging=jar -Dfile=/path/to/file
>
>   Alternatively, if you host your own repository you can deploy the file
> there:
>       mvn deploy:deploy-file -DgroupId=org.apache.geronimo.components
> -DartifactId=geronimo-connector -Dversion=2.1.3-20090910.160808-3
> -Dclassifier=tests -Dpackaging=jar -Dfile=/path/to/file -Durl=[url]
> -DrepositoryId=[id]
>
>   Path to dependency:
>         1) org.apache.geronimo.modules:geronimo-connector:jar:2.2-SNAPSHOT
>         2)
> org.apache.geronimo.components:geronimo-connector:jar:tests:2.1.3-SNAPSHOT
>
> ----------
> 1 required artifact is missing.
>
> for artifact:
>   org.apache.geronimo.modules:geronimo-connector:jar:2.2-SNAPSHOT
>
> Where to get this module and compile?And what does "classifier" do in
> <dependency>
>             <groupId>org.apache.geronimo.components</groupId>
>             <artifactId>geronimo-connector</artifactId>
>            <classifier>tests</classifier>
>         </dependency>
> ?
>
> Thanks.
> --
> viola
>