On 24 February 2010 11:25, rsaddey wrote:
>
>
> stephenconnolly wrote:
> >
> > At the very least stick a repository manager in front and only allow
> > through
> > known good artifacts
> >
> > On 24 February 2010 11:07, Stephen Connolly
> > >> wrote:
> >
> >> Nooo!!!
> >>
> >> Friends don't
stephenconnolly wrote:
>
> At the very least stick a repository manager in front and only allow
> through
> known good artifacts
>
> On 24 February 2010 11:07, Stephen Connolly
> > wrote:
>
>> Nooo!!!
>>
>> Friends don't let friends use the java.net maven repositories.
>>
>> -Stephen
>>
>>
At the very least stick a repository manager in front and only allow through
known good artifacts
On 24 February 2010 11:07, Stephen Connolly wrote:
> Nooo!!!
>
> Friends don't let friends use the java.net maven repositories.
>
> -Stephen
>
>
> On 24 February 2010 10:58, rsaddey wrote:
>
>>
Nooo!!!
Friends don't let friends use the java.net maven repositories.
-Stephen
On 24 February 2010 10:58, rsaddey wrote:
>
>
> Ajoo123 wrote:
> >
> > [...]
> > org.apache.maven.artifact.resolver.MultipleArtifactsNotFoundException:
> > Missing:
> > --
> > 1) javax.transaction:jta:j
Ajoo123 wrote:
>
> [...]
> org.apache.maven.artifact.resolver.MultipleArtifactsNotFoundException:
> Missing:
> --
> 1) javax.transaction:jta:jar:1.0.1B
>
You don't need to upload jta to your own repository.
jta is available from Java.net Maven2 repository at
http://download.java.net/m
> I just started learning Mavin and Hibernate. When I comiple I get this
> exception: Below is the pom file
> Question: Where is the local repository created? If I download this jar
> where will I copy it?
I know its asking a lot... but did you READ the message Maven printed
to your console before
download the jar and use the following command and replace the
/path/to/file respectively, it will install it into the local
repository (which is usually $HOME/.m2/repository)
On Wed, Feb 24, 2010 at 8:58 AM, Ajoo123 wrote:
> mvn install:install-file -DgroupId=javax.transaction -DartifactId=jta
>