You are viewing a plain text version of this content. The canonical link for it is here.
Posted to users@maven.apache.org by Some user <se...@mailinator.com> on 2008/10/16 18:45:33 UTC

Howto Install Plugin?

Hi,

I am trying to manually install a maven-plugin
(http://code.google.com/p/maven-timestamp-plugin/).

Can anyone help me? 

Just wasted over an hour reading the docs and googling, but I must be
missing something obvious.
(And of course, the maven documentation sucks.)

-----
-- 
http://www.vic-fontaine.com/ http://www.vic-fontaine.com/ 
-- 
View this message in context: http://www.nabble.com/Howto-Install-Plugin--tp20015942p20015942.html
Sent from the Maven - Users mailing list archive at Nabble.com.


---------------------------------------------------------------------
To unsubscribe, e-mail: users-unsubscribe@maven.apache.org
For additional commands, e-mail: users-help@maven.apache.org


Re: Howto Install Plugin?

Posted by Stephen Connolly <st...@gmail.com>.
I would have used 0.2-myname-1 as the version otherwise anyone else will get
inconsistent behaviour

2008/10/17 Some user <se...@mailinator.com>

>
> kind of - I used the .pom from trunk and changed the version back to 0.1.
>
>
> Stephen Connolly-2 wrote:
> >
> > ugh!
> >
> > I hope you added the plugin's pom and not one you just made up yourself
> >
> > 2008/10/17 Some user <se...@mailinator.com>
> >
> >>
> >> Okay, I got it working.
> >> I installed the jar with install:install-file and manually added a .pom
> >> into
> >> my local repository.
> >>
> >>
> >>
> >> Some user wrote:
> >> >
> >> > So the procedure for installing a plugin is the same as for a 'normal'
> >> > artefact?
> >> >
> >> > I tried installing from the provided .jar, not from the source. So
> >> should
> >> > I have used install:install-file?
> >> >
> >> >
> >> > Wayne Fay wrote:
> >> >>
> >> >> What have you tried? How do you know it didn't work?
> >> >>
> >> >> I don't know about that specific plugin, but generally, you should be
> >> >> able to grab the source and then run "mvn install" to put it into
> your
> >> >> repo.
> >> >>
> >> >> Wayne
> >> >>
> >> >> On Thu, Oct 16, 2008 at 9:45 AM, Some user <se...@mailinator.com>
> >> >> wrote:
> >> >>>
> >> >>> Hi,
> >> >>>
> >> >>> I am trying to manually install a maven-plugin
> >> >>> (http://code.google.com/p/maven-timestamp-plugin/).
> >> >>>
> >> >>> Can anyone help me?
> >> >>>
> >> >>> Just wasted over an hour reading the docs and googling, but I must
> be
> >> >>> missing something obvious.
> >> >>> (And of course, the maven documentation sucks.)
> >> >>>
> >> >>> -----
> >> >>> --
> >> >>> http://www.vic-fontaine.com/ http://www.vic-fontaine.com/
> >> >>> --
> >> >>> View this message in context:
> >> >>>
> http://www.nabble.com/Howto-Install-Plugin--tp20015942p20015942.html
> >> >>> Sent from the Maven - Users mailing list archive at Nabble.com.
> >> >>>
> >> >>>
> >> >>>
> ---------------------------------------------------------------------
> >> >>> To unsubscribe, e-mail: users-unsubscribe@maven.apache.org
> >> >>> For additional commands, e-mail: users-help@maven.apache.org
> >> >>>
> >> >>>
> >> >>
> >> >> ---------------------------------------------------------------------
> >> >> To unsubscribe, e-mail: users-unsubscribe@maven.apache.org
> >> >> For additional commands, e-mail: users-help@maven.apache.org
> >> >>
> >> >>
> >> >>
> >> >
> >> >
> >>
> >>
> >> -----
> >> --
> >> http://www.vic-fontaine.com/ http://www.vic-fontaine.com/
> >> --
> >> View this message in context:
> >> http://www.nabble.com/Howto-Install-Plugin--tp20015942p20027794.html
> >> Sent from the Maven - Users mailing list archive at Nabble.com.
> >>
> >>
> >> ---------------------------------------------------------------------
> >> To unsubscribe, e-mail: users-unsubscribe@maven.apache.org
> >> For additional commands, e-mail: users-help@maven.apache.org
> >>
> >>
> >
> >
>
>
> -----
> --
> http://www.vic-fontaine.com/ http://www.vic-fontaine.com/
> --
> View this message in context:
> http://www.nabble.com/Howto-Install-Plugin--tp20015942p20031108.html
> Sent from the Maven - Users mailing list archive at Nabble.com.
>
>
> ---------------------------------------------------------------------
> To unsubscribe, e-mail: users-unsubscribe@maven.apache.org
> For additional commands, e-mail: users-help@maven.apache.org
>
>

Re: Howto Install Plugin?

Posted by Some user <se...@mailinator.com>.
kind of - I used the .pom from trunk and changed the version back to 0.1.


Stephen Connolly-2 wrote:
> 
> ugh!
> 
> I hope you added the plugin's pom and not one you just made up yourself
> 
> 2008/10/17 Some user <se...@mailinator.com>
> 
>>
>> Okay, I got it working.
>> I installed the jar with install:install-file and manually added a .pom
>> into
>> my local repository.
>>
>>
>>
>> Some user wrote:
>> >
>> > So the procedure for installing a plugin is the same as for a 'normal'
>> > artefact?
>> >
>> > I tried installing from the provided .jar, not from the source. So
>> should
>> > I have used install:install-file?
>> >
>> >
>> > Wayne Fay wrote:
>> >>
>> >> What have you tried? How do you know it didn't work?
>> >>
>> >> I don't know about that specific plugin, but generally, you should be
>> >> able to grab the source and then run "mvn install" to put it into your
>> >> repo.
>> >>
>> >> Wayne
>> >>
>> >> On Thu, Oct 16, 2008 at 9:45 AM, Some user <se...@mailinator.com>
>> >> wrote:
>> >>>
>> >>> Hi,
>> >>>
>> >>> I am trying to manually install a maven-plugin
>> >>> (http://code.google.com/p/maven-timestamp-plugin/).
>> >>>
>> >>> Can anyone help me?
>> >>>
>> >>> Just wasted over an hour reading the docs and googling, but I must be
>> >>> missing something obvious.
>> >>> (And of course, the maven documentation sucks.)
>> >>>
>> >>> -----
>> >>> --
>> >>> http://www.vic-fontaine.com/ http://www.vic-fontaine.com/
>> >>> --
>> >>> View this message in context:
>> >>> http://www.nabble.com/Howto-Install-Plugin--tp20015942p20015942.html
>> >>> Sent from the Maven - Users mailing list archive at Nabble.com.
>> >>>
>> >>>
>> >>> ---------------------------------------------------------------------
>> >>> To unsubscribe, e-mail: users-unsubscribe@maven.apache.org
>> >>> For additional commands, e-mail: users-help@maven.apache.org
>> >>>
>> >>>
>> >>
>> >> ---------------------------------------------------------------------
>> >> To unsubscribe, e-mail: users-unsubscribe@maven.apache.org
>> >> For additional commands, e-mail: users-help@maven.apache.org
>> >>
>> >>
>> >>
>> >
>> >
>>
>>
>> -----
>> --
>> http://www.vic-fontaine.com/ http://www.vic-fontaine.com/
>> --
>> View this message in context:
>> http://www.nabble.com/Howto-Install-Plugin--tp20015942p20027794.html
>> Sent from the Maven - Users mailing list archive at Nabble.com.
>>
>>
>> ---------------------------------------------------------------------
>> To unsubscribe, e-mail: users-unsubscribe@maven.apache.org
>> For additional commands, e-mail: users-help@maven.apache.org
>>
>>
> 
> 


-----
-- 
http://www.vic-fontaine.com/ http://www.vic-fontaine.com/ 
-- 
View this message in context: http://www.nabble.com/Howto-Install-Plugin--tp20015942p20031108.html
Sent from the Maven - Users mailing list archive at Nabble.com.


---------------------------------------------------------------------
To unsubscribe, e-mail: users-unsubscribe@maven.apache.org
For additional commands, e-mail: users-help@maven.apache.org


Re: Howto Install Plugin?

Posted by Stephen Connolly <st...@gmail.com>.
ugh!

I hope you added the plugin's pom and not one you just made up yourself

2008/10/17 Some user <se...@mailinator.com>

>
> Okay, I got it working.
> I installed the jar with install:install-file and manually added a .pom
> into
> my local repository.
>
>
>
> Some user wrote:
> >
> > So the procedure for installing a plugin is the same as for a 'normal'
> > artefact?
> >
> > I tried installing from the provided .jar, not from the source. So should
> > I have used install:install-file?
> >
> >
> > Wayne Fay wrote:
> >>
> >> What have you tried? How do you know it didn't work?
> >>
> >> I don't know about that specific plugin, but generally, you should be
> >> able to grab the source and then run "mvn install" to put it into your
> >> repo.
> >>
> >> Wayne
> >>
> >> On Thu, Oct 16, 2008 at 9:45 AM, Some user <se...@mailinator.com>
> >> wrote:
> >>>
> >>> Hi,
> >>>
> >>> I am trying to manually install a maven-plugin
> >>> (http://code.google.com/p/maven-timestamp-plugin/).
> >>>
> >>> Can anyone help me?
> >>>
> >>> Just wasted over an hour reading the docs and googling, but I must be
> >>> missing something obvious.
> >>> (And of course, the maven documentation sucks.)
> >>>
> >>> -----
> >>> --
> >>> http://www.vic-fontaine.com/ http://www.vic-fontaine.com/
> >>> --
> >>> View this message in context:
> >>> http://www.nabble.com/Howto-Install-Plugin--tp20015942p20015942.html
> >>> Sent from the Maven - Users mailing list archive at Nabble.com.
> >>>
> >>>
> >>> ---------------------------------------------------------------------
> >>> To unsubscribe, e-mail: users-unsubscribe@maven.apache.org
> >>> For additional commands, e-mail: users-help@maven.apache.org
> >>>
> >>>
> >>
> >> ---------------------------------------------------------------------
> >> To unsubscribe, e-mail: users-unsubscribe@maven.apache.org
> >> For additional commands, e-mail: users-help@maven.apache.org
> >>
> >>
> >>
> >
> >
>
>
> -----
> --
> http://www.vic-fontaine.com/ http://www.vic-fontaine.com/
> --
> View this message in context:
> http://www.nabble.com/Howto-Install-Plugin--tp20015942p20027794.html
> Sent from the Maven - Users mailing list archive at Nabble.com.
>
>
> ---------------------------------------------------------------------
> To unsubscribe, e-mail: users-unsubscribe@maven.apache.org
> For additional commands, e-mail: users-help@maven.apache.org
>
>

Re: Howto Install Plugin?

Posted by Some user <se...@mailinator.com>.
Okay, I got it working.
I installed the jar with install:install-file and manually added a .pom into
my local repository.



Some user wrote:
> 
> So the procedure for installing a plugin is the same as for a 'normal'
> artefact?
> 
> I tried installing from the provided .jar, not from the source. So should
> I have used install:install-file?
> 
> 
> Wayne Fay wrote:
>> 
>> What have you tried? How do you know it didn't work?
>> 
>> I don't know about that specific plugin, but generally, you should be
>> able to grab the source and then run "mvn install" to put it into your
>> repo.
>> 
>> Wayne
>> 
>> On Thu, Oct 16, 2008 at 9:45 AM, Some user <se...@mailinator.com>
>> wrote:
>>>
>>> Hi,
>>>
>>> I am trying to manually install a maven-plugin
>>> (http://code.google.com/p/maven-timestamp-plugin/).
>>>
>>> Can anyone help me?
>>>
>>> Just wasted over an hour reading the docs and googling, but I must be
>>> missing something obvious.
>>> (And of course, the maven documentation sucks.)
>>>
>>> -----
>>> --
>>> http://www.vic-fontaine.com/ http://www.vic-fontaine.com/
>>> --
>>> View this message in context:
>>> http://www.nabble.com/Howto-Install-Plugin--tp20015942p20015942.html
>>> Sent from the Maven - Users mailing list archive at Nabble.com.
>>>
>>>
>>> ---------------------------------------------------------------------
>>> To unsubscribe, e-mail: users-unsubscribe@maven.apache.org
>>> For additional commands, e-mail: users-help@maven.apache.org
>>>
>>>
>> 
>> ---------------------------------------------------------------------
>> To unsubscribe, e-mail: users-unsubscribe@maven.apache.org
>> For additional commands, e-mail: users-help@maven.apache.org
>> 
>> 
>> 
> 
> 


-----
-- 
http://www.vic-fontaine.com/ http://www.vic-fontaine.com/ 
-- 
View this message in context: http://www.nabble.com/Howto-Install-Plugin--tp20015942p20027794.html
Sent from the Maven - Users mailing list archive at Nabble.com.


---------------------------------------------------------------------
To unsubscribe, e-mail: users-unsubscribe@maven.apache.org
For additional commands, e-mail: users-help@maven.apache.org


Re: Howto Install Plugin?

Posted by Some user <se...@mailinator.com>.
So the procedure for installing a plugin is the same as for a 'normal'
artefact?

I tried installing from the provided .jar, not from the source. So should I
have used install:install-file?


Wayne Fay wrote:
> 
> What have you tried? How do you know it didn't work?
> 
> I don't know about that specific plugin, but generally, you should be
> able to grab the source and then run "mvn install" to put it into your
> repo.
> 
> Wayne
> 
> On Thu, Oct 16, 2008 at 9:45 AM, Some user <se...@mailinator.com>
> wrote:
>>
>> Hi,
>>
>> I am trying to manually install a maven-plugin
>> (http://code.google.com/p/maven-timestamp-plugin/).
>>
>> Can anyone help me?
>>
>> Just wasted over an hour reading the docs and googling, but I must be
>> missing something obvious.
>> (And of course, the maven documentation sucks.)
>>
>> -----
>> --
>> http://www.vic-fontaine.com/ http://www.vic-fontaine.com/
>> --
>> View this message in context:
>> http://www.nabble.com/Howto-Install-Plugin--tp20015942p20015942.html
>> Sent from the Maven - Users mailing list archive at Nabble.com.
>>
>>
>> ---------------------------------------------------------------------
>> To unsubscribe, e-mail: users-unsubscribe@maven.apache.org
>> For additional commands, e-mail: users-help@maven.apache.org
>>
>>
> 
> ---------------------------------------------------------------------
> To unsubscribe, e-mail: users-unsubscribe@maven.apache.org
> For additional commands, e-mail: users-help@maven.apache.org
> 
> 
> 


-----
-- 
http://www.vic-fontaine.com/ http://www.vic-fontaine.com/ 
-- 
View this message in context: http://www.nabble.com/Howto-Install-Plugin--tp20015942p20027781.html
Sent from the Maven - Users mailing list archive at Nabble.com.


---------------------------------------------------------------------
To unsubscribe, e-mail: users-unsubscribe@maven.apache.org
For additional commands, e-mail: users-help@maven.apache.org


Re: Howto Install Plugin?

Posted by Wayne Fay <wa...@gmail.com>.
What have you tried? How do you know it didn't work?

I don't know about that specific plugin, but generally, you should be
able to grab the source and then run "mvn install" to put it into your
repo.

Wayne

On Thu, Oct 16, 2008 at 9:45 AM, Some user <se...@mailinator.com> wrote:
>
> Hi,
>
> I am trying to manually install a maven-plugin
> (http://code.google.com/p/maven-timestamp-plugin/).
>
> Can anyone help me?
>
> Just wasted over an hour reading the docs and googling, but I must be
> missing something obvious.
> (And of course, the maven documentation sucks.)
>
> -----
> --
> http://www.vic-fontaine.com/ http://www.vic-fontaine.com/
> --
> View this message in context: http://www.nabble.com/Howto-Install-Plugin--tp20015942p20015942.html
> Sent from the Maven - Users mailing list archive at Nabble.com.
>
>
> ---------------------------------------------------------------------
> To unsubscribe, e-mail: users-unsubscribe@maven.apache.org
> For additional commands, e-mail: users-help@maven.apache.org
>
>

---------------------------------------------------------------------
To unsubscribe, e-mail: users-unsubscribe@maven.apache.org
For additional commands, e-mail: users-help@maven.apache.org