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