Hello Henry,
first, thanks for your answer :o)
1/ Thank you :o)
In fact, I've asked directly Brett (thankss too) and he gave me the
same link (see http://jira.codehaus.org/browse/MAVENUPLOAD-678).
However, I think the process could be enhanced sort of maven-2-RSS processor...
2/ Yes,
Remember:
local repository defined
...
<repositories>
<repository>
<id>XXX</id>
<name>Local repository for XXX builds.</name>
<url>file://${basedir}/thirdparty</url>
<layout>default</layout>
</repository>
</repositories>
...
but I get:
Downloading:
file://L:\projects\xxx\xxx-common/thirdparty/jgroups/jgroups-all/2.2.9/jgroups-all-2.2.9.pom
[WARNING] Unable to get resource from repository XXX
in fact following is what I tried without success:
-1- <url>file://${basedir}/thirdparty</url>
-2- <url>file://./thirdparty</url>
-3- <url>file://../thirdparty</url>
Then I got a part of the answer, when I was using:
<url>file://L:\project\XXX\thirdparty</url> : it works with \
but not with /
So the right answer is:
<url>file://.\thirdparty</url>
But I wonder if I've discovered some bug... ^_^;
Cheers,
Loïc
On 1/13/06, Henry Isidro <[EMAIL PROTECTED]> wrote:
> Hi Loïc,
>
> Please see inline answers.
>
>
> > Questions:
> >
> > 1/ What is the process to (ask for) update on remote repository?
> > I've found a broken link on the maven webpage:
> > http://maven.apache.org/guides/introduction/introduction-to-repositories.html
> >
> > http://maven.apache.org/guides/guide/guide-ibiblio-upload.html%7DUploading%20to%20Ibiblio
> > doesn't seem to work :o(
> >
> > Page Not Found
> >
> > Sorry, the page you requested was not found. This may because:
> > * The page has moved, was outdated, or has not been created yet
> > * You typed the address incorrectly
> > * You following a link from another site that pointed to this page
> > ...
>
> Check out this URL for guide:
> http://maven.apache.org/guides/mini/guide-ibiblio-upload.html
>
>
> >
> > 2/ Is the ${basedir} evaluation I speak of the normal behavior?
> > If yes, could it be possible to add a property like for example:
> > maven.reactor.basedir?
> >
>
> Have you tried placing an absolute path in your POM? It may solve your
> basedir problems.
>
>
> HTH,
>
> Henry
>
> ---------------------------------------------------------------------
> To unsubscribe, e-mail: [EMAIL PROTECTED]
> For additional commands, e-mail: [EMAIL PROTECTED]
>
>
---------------------------------------------------------------------
To unsubscribe, e-mail: [EMAIL PROTECTED]
For additional commands, e-mail: [EMAIL PROTECTED]