You are using maven1 plugin.

the maven-scm-plugin for maven 2 is some where else

try

<groupId>org.apache.maven.plugins</groupId>
<artifactId>maven-scm-plugin</artifactId>
<version>1.0-beta-2</version>

-D


On 10/11/06, Morgovsky, Alexander (US - Glen Mills) <[EMAIL PROTECTED]>
wrote:

I am now bewildered by what is going on here.  The maven-scm-plugin is
clearly defined in the ibiblio repository.  I am not overriding
anything, and yet I get this error when I try to build the pom.  May
someone please tell me what is happening?

<build>
       <plugins>
           <plugin>
               <groupId>maven</groupId>
               <artifactId>maven-scm-plugin</artifactId>
               <version>1.5-beta-3</version>
           </plugin>
       </plugins>
</build>

[ERROR] FATAL ERROR
[INFO]
------------------------------------------------------------------------
[INFO] null
[INFO]
------------------------------------------------------------------------
[INFO] Trace
java.lang.NullPointerException
       at
org.apache.maven.plugin.DefaultPluginManager.addPlugin(DefaultPluginMana
ger.java:292)
       at
org.apache.maven.plugin.DefaultPluginManager.verifyVersionedPlugin(Defau
ltPluginManager.java:198)
       at
org.apache.maven.plugin.DefaultPluginManager.verifyPlugin(DefaultPluginM
anager.java:163)


This message (including any attachments) contains confidential information
intended for a specific individual and purpose, and is protected by law.  If
you are not the intended recipient, you should delete this message.


Any disclosure, copying, or distribution of this message, or the taking of
any action based on it, is strictly prohibited. [v.E.1]


Reply via email to