You are viewing a plain text version of this content. The canonical link for it is here.
Posted to users@maven.apache.org by "Lageson,Thomas M" <TL...@travelers.com> on 2007/01/26 15:00:35 UTC

RE: [m2] BUILD ERROR maven-changelog-plugin does not exist - Read your email

Jens,
This is the third time I have responded to your exact same email.  Does
it not work?  If not, give us more information.

- Tom


-----Original Message-----
From: Lageson,Thomas M 
Sent: Wednesday, January 24, 2007 3:31 PM
To: Maven Users List
Subject: RE: [m2] BUILD ERROR maven-changelog-plugin does not exist

Below is my response from last Friday to your original question.

- Tom


-----Original Message-----
From: Lageson,Thomas M 
Sent: Friday, January 19, 2007 8:41 AM
To: Maven Users List
Subject: RE: [m2] BUILD ERROR maven-changelog-plugin does not exist

Put this in the pom.xml.
<pluginRepositories>
...
	<pluginRepository>
     		<id>apache.snapshots</id>
 
<url>http://people.apache.org/maven-snapshot-repository/</url>
	</pluginRepository>
</pluginRepositories>

In the reporting section of your pom.xml:
<reporting>
...
	<plugins>
...
		<plugin>
			<groupId>org.apache.maven.plugins</groupId>
			<artifactId>maven-changelog-plugin</artifactId>
			<version>2.0-SNAPSHOT</version>
		</plugin>
	</plugins>
</reporting>

That worked for me.  Apparently the changelog plugin has not been
released which is why it is not in the main maven repository.

- Tom



-----Original Message-----
From: Riboe, Jens [mailto:Jens.Riboe@ca.com] 
Sent: Friday, January 19, 2007 8:30 AM
To: Maven Users List
Subject: [m2] BUILD ERROR maven-changelog-plugin does not exist

I got this error, what is wrong?

[INFO]
------------------------------------------------------------------------
[ERROR] BUILD ERROR
[INFO]
------------------------------------------------------------------------
[INFO] The plugin 'org.apache.maven.plugins:maven-changelog-plugin' does
not exist or no valid version could be found
[INFO]
------------------------------------------------------------------------

I have this configuration
<plugin>
    <groupId>org.apache.maven.plugins</groupId>
    <artifactId>maven-changelog-plugin</artifactId>
    <configuration>
        <type>range</type>
        <range>90</range>
    </configuration>
</plugin>



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



========================================================================
======
This communication, together with any attachments hereto or links
contained herein, is for the sole use of the intended recipient(s) and
may contain information that is confidential or legally protected. If
you are not the intended recipient, you are hereby notified that any
review, disclosure, copying, dissemination, distribution or use of this
communication is STRICTLY PROHIBITED.  If you have received this
communication in error, please notify the sender immediately by return
e-mail message and delete the original and all copies of the
communication, along with any attachments hereto or links herein, from
your system.

========================================================================
======
The St. Paul Travelers e-mail system made this annotation on 01/19/07,
09:41:11.



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



========================================================================
======
This communication, together with any attachments hereto or links
contained herein, is for the sole use of the intended recipient(s) and
may contain information that is confidential or legally protected. If
you are not the intended recipient, you are hereby notified that any
review, disclosure, copying, dissemination, distribution or use of this
communication is STRICTLY PROHIBITED.  If you have received this
communication in error, please notify the sender immediately by return
e-mail message and delete the original and all copies of the
communication, along with any attachments hereto or links herein, from
your system.

========================================================================
======
The St. Paul Travelers e-mail system made this annotation on 01/24/07,
16:30:46.



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



==============================================================================
This communication, together with any attachments hereto or links contained herein, is for the sole use of the intended recipient(s) and may contain information that is confidential or legally protected. If you are not the intended recipient, you are hereby notified that any review, disclosure, copying, dissemination, distribution or use of this communication is STRICTLY PROHIBITED.  If you have received this communication in error, please notify the sender immediately by return e-mail message and delete the original and all copies of the communication, along with any attachments hereto or links herein, from your system.

==============================================================================
The St. Paul Travelers e-mail system made this annotation on 01/26/07, 09:00:37.



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