You are viewing a plain text version of this content. The canonical link for it is here.
Posted to dev@turbine.apache.org by sg...@apache.org on 2005/09/16 18:48:20 UTC

svn commit: r289604 - /jakarta/turbine/fulcrum/trunk/project.properties

Author: sgoeschl
Date: Fri Sep 16 09:48:17 2005
New Revision: 289604

URL: http://svn.apache.org/viewcvs?rev=289604&view=rev
Log:
Changing the maven.changelog.factory to use SVN instead of CVS - I hope this also works for other Maven versions apart from 1.0.2 .

Modified:
    jakarta/turbine/fulcrum/trunk/project.properties

Modified: jakarta/turbine/fulcrum/trunk/project.properties
URL: http://svn.apache.org/viewcvs/jakarta/turbine/fulcrum/trunk/project.properties?rev=289604&r1=289603&r2=289604&view=diff
==============================================================================
--- jakarta/turbine/fulcrum/trunk/project.properties (original)
+++ jakarta/turbine/fulcrum/trunk/project.properties Fri Sep 16 09:48:17 2005
@@ -20,6 +20,12 @@
 maven.announcement.mail.to = turbine-dev@jakarta.apache.org,turbine-users@jakarta.apache.org
 
 # -------------------------------------------------------------------
+#  C H A N G E L O G  S E T T I N G S
+# -------------------------------------------------------------------
+
+maven.changelog.factory = org.apache.maven.svnlib.SvnChangeLogFactory
+
+# -------------------------------------------------------------------
 #  J U N I T   S E T T I N G S
 # -------------------------------------------------------------------
 maven.junit.usefile=true



---------------------------------------------------------------------
To unsubscribe, e-mail: turbine-dev-unsubscribe@jakarta.apache.org
For additional commands, e-mail: turbine-dev-help@jakarta.apache.org


Re: svn commit: r289604 - /jakarta/turbine/fulcrum/trunk/project.properties

Posted by "Henning P. Schmiedehausen" <hp...@intermeta.de>.
sgoeschl@apache.org writes:

>Author: sgoeschl
>Date: Fri Sep 16 09:48:17 2005
>New Revision: 289604

>URL: http://svn.apache.org/viewcvs?rev=289604&view=rev
>Log:
>Changing the maven.changelog.factory to use SVN instead of CVS - I hope this also works for other Maven versions apart from 1.0.2 .

Don't do this. I've moved the dependency plugins forward for Turbine 2.3:

    <dependency>
      <groupId>maven</groupId>
      <artifactId>maven-changelog-plugin</artifactId>
      <version>1.8.2</version>
      <type>plugin</type>
    </dependency>

    <dependency>
      <groupId>maven</groupId>
      <artifactId>maven-developer-activity-plugin</artifactId>
      <version>1.5.2</version>
      <type>plugin</type>
    </dependency>

    <dependency>
      <groupId>maven</groupId>
      <artifactId>maven-file-activity-plugin</artifactId>
      <version>1.5.2</version>
      <type>plugin</type>
    </dependency>

They are known to work with Subversion as documented on the homepage
for the changelog plugin. I use 1.0.2 for building (because the T2.3
build still triggers errors in maven 1.1beta).

	Best regards
		Henning

-- 
Dipl.-Inf. (Univ.) Henning P. Schmiedehausen          INTERMETA GmbH
hps@intermeta.de        +49 9131 50 654 0   http://www.intermeta.de/

RedHat Certified Engineer -- Jakarta Turbine Development  -- hero for hire
   Linux, Java, perl, Solaris -- Consulting, Training, Development

		      4 - 8 - 15 - 16 - 23 - 42

---------------------------------------------------------------------
To unsubscribe, e-mail: turbine-dev-unsubscribe@jakarta.apache.org
For additional commands, e-mail: turbine-dev-help@jakarta.apache.org