Ashley,

Check in your repository if there is a
maven-myplugin-plugin-RELEASE.version.txt in your plugin dir (along the LATEST
file). If not, add these lines to your plugin POM then re-launch m2 install :

  <build>
    <plugins>
      <plugin>
        <groupId>org.apache.maven.plugins</groupId>
        <artifactId>maven-myplugin-plugin</artifactId>
        <configuration>
          <updateReleaseInfo>true</updateReleaseInfo>
        </configuration>
      </plugin>
    </plugins>
  </build>


HTH,
Yann

--- "Johnny R. Ruiz " <[EMAIL PROTECTED]> a écrit :

> Ashley Williams wrote:
> 
> > I've written a simple plugin that I wish to call from the command  
> > line rather than as part of the project, just like m2 clean:clean, so  
> > as such I've used the 'execute' goal annotation.
> >
> > However no matter what I try maven seems to look for a RELEASE plugin  
> > somewhere in the org.apache package structure. For example specifying  
> > -Dpackage -Dversion settings didn't work. Additionally there will be  
> > additional configuration settings I'd need to specify depending on  
> > the project.
> >
> > Any ideas?
> >
> > ---------------------------------------------------------------------
> > To unsubscribe, e-mail: [EMAIL PROTECTED]
> > For additional commands, e-mail: [EMAIL PROTECTED]
> >
> have you tried  "m2 groupId:artifactId:goal"?
> 
> ---------------------------------------------------------------------
> To unsubscribe, e-mail: [EMAIL PROTECTED]
> For additional commands, e-mail: [EMAIL PROTECTED]
> 
> 



        

        
                
___________________________________________________________________________ 
Appel audio GRATUIT partout dans le monde avec le nouveau Yahoo! Messenger 
Téléchargez cette version sur http://fr.messenger.yahoo.com

---------------------------------------------------------------------
To unsubscribe, e-mail: [EMAIL PROTECTED]
For additional commands, e-mail: [EMAIL PROTECTED]

Reply via email to