cvs commit: maven-plugins/plugin-parent project.properties

2004-11-12 Thread brett
brett   2004/11/12 14:03:23

  Modified:plugin-parent project.properties
  Log:
  set compile source/target
  
  Revision  ChangesPath
  1.14  +5 -0  maven-plugins/plugin-parent/project.properties
  
  Index: project.properties
  ===
  RCS file: /home/cvs/maven-plugins/plugin-parent/project.properties,v
  retrieving revision 1.13
  retrieving revision 1.14
  diff -u -r1.13 -r1.14
  --- project.properties6 Nov 2004 02:42:43 -   1.13
  +++ project.properties12 Nov 2004 22:03:23 -  1.14
  @@ -60,3 +60,8 @@
   maven.repo.apachecvs.group=maven
   
   maven.multiproject.type=plugin
  +
  +# We are targetting the 1.3 JVM and above
  +maven.compile.target=1.3
  +maven.compile.source=1.3
  +
  
  
  

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



cvs commit: maven-plugins/plugin-parent project.properties

2004-11-05 Thread brett
brett   2004/11/05 18:42:44

  Modified:plugin-parent project.properties
  Log:
  use plugin type
  
  Revision  ChangesPath
  1.13  +2 -0  maven-plugins/plugin-parent/project.properties
  
  Index: project.properties
  ===
  RCS file: /home/cvs/maven-plugins/plugin-parent/project.properties,v
  retrieving revision 1.12
  retrieving revision 1.13
  diff -u -r1.12 -r1.13
  --- project.properties28 Sep 2004 11:12:22 -  1.12
  +++ project.properties6 Nov 2004 02:42:43 -   1.13
  @@ -58,3 +58,5 @@
   maven.repo.apachecvs.privatekey=${maven.repo.apache.privatekey}
   maven.repo.apachecvs.passphrase=${maven.repo.apache.passphrase}
   maven.repo.apachecvs.group=maven
  +
  +maven.multiproject.type=plugin
  
  
  

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



cvs commit: maven-plugins/plugin-parent project.properties

2004-09-28 Thread brett
brett   2004/09/28 04:12:22

  Modified:plugin-parent project.properties
  Log:
  post to dev list too
  
  Revision  ChangesPath
  1.12  +1 -1  maven-plugins/plugin-parent/project.properties
  
  Index: project.properties
  ===
  RCS file: /home/cvs/maven-plugins/plugin-parent/project.properties,v
  retrieving revision 1.11
  retrieving revision 1.12
  diff -u -r1.11 -r1.12
  --- project.properties25 Sep 2004 12:07:52 -  1.11
  +++ project.properties28 Sep 2004 11:12:22 -  1.12
  @@ -35,7 +35,7 @@
   
   # Announcement plugin properties
   
maven.announcement.distributionUrl=http://www.apache.org/dyn/closer.cgi/java-repository/maven/plugins
  -maven.announcement.mail.to = [EMAIL PROTECTED]
  +maven.announcement.mail.to = [EMAIL PROTECTED],[EMAIL PROTECTED]
   
   # Changes issue template
   maven.changes.issue.template = %URL%/%ISSUE%
  
  
  

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



cvs commit: maven-plugins/plugin-parent project.properties

2004-09-25 Thread carlos
carlos  2004/09/25 05:07:52

  Modified:plugin-parent project.properties
  Log:
  Set maven group when deploying
  
  Revision  ChangesPath
  1.11  +2 -0  maven-plugins/plugin-parent/project.properties
  
  Index: project.properties
  ===
  RCS file: /home/cvs/maven-plugins/plugin-parent/project.properties,v
  retrieving revision 1.10
  retrieving revision 1.11
  diff -u -r1.10 -r1.11
  --- project.properties7 Aug 2004 15:49:04 -   1.10
  +++ project.properties25 Sep 2004 12:07:52 -  1.11
  @@ -45,6 +45,7 @@
   
   maven.repo.apache=scp://${pom.distributionSite}
   maven.repo.apache.directory=${pom.distributionDirectory}
  +maven.repo.apache.group=maven
   # These must be set elsewhere
   #maven.repo.apache.username=
   #maven.repo.apache.privatekey=
  @@ -56,3 +57,4 @@
   maven.repo.apachecvs.username=${maven.repo.apache.username}
   maven.repo.apachecvs.privatekey=${maven.repo.apache.privatekey}
   maven.repo.apachecvs.passphrase=${maven.repo.apache.passphrase}
  +maven.repo.apachecvs.group=maven
  
  
  

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



Re: cvs commit: maven-plugins/plugin-parent project.properties

2004-08-09 Thread Felipe Leme
Vincent,

Shouldn't the devs list be used in the announcement too?

Felipe



On Sat, 2004-08-07 at 12:49, [EMAIL PROTECTED] wrote:

>   ===

>   +maven.announcement.mail.to = [EMAIL PROTECTED]
>



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



cvs commit: maven-plugins/plugin-parent project.properties

2004-08-07 Thread vmassol
vmassol 2004/08/07 08:49:05

  Modified:plugin-parent project.properties
  Log:
  Added some default values for the announcement plugin in order to easiy send 
announcement emails to the Maven user mailing list
  
  Revision  ChangesPath
  1.10  +1 -0  maven-plugins/plugin-parent/project.properties
  
  Index: project.properties
  ===
  RCS file: /home/cvs/maven-plugins/plugin-parent/project.properties,v
  retrieving revision 1.9
  retrieving revision 1.10
  diff -u -r1.9 -r1.10
  --- project.properties23 Jul 2004 10:00:53 -  1.9
  +++ project.properties7 Aug 2004 15:49:04 -   1.10
  @@ -35,6 +35,7 @@
   
   # Announcement plugin properties
   
maven.announcement.distributionUrl=http://www.apache.org/dyn/closer.cgi/java-repository/maven/plugins
  +maven.announcement.mail.to = [EMAIL PROTECTED]
   
   # Changes issue template
   maven.changes.issue.template = %URL%/%ISSUE%
  
  
  

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



cvs commit: maven-plugins/plugin-parent project.properties

2004-07-23 Thread carlos
carlos  2004/07/23 03:00:53

  Modified:plugin-parent project.properties
  Log:
  Fixed maven.repo.apachecvs.directory
  
  Revision  ChangesPath
  1.9   +1 -1  maven-plugins/plugin-parent/project.properties
  
  Index: project.properties
  ===
  RCS file: /home/cvs/maven-plugins/plugin-parent/project.properties,v
  retrieving revision 1.8
  retrieving revision 1.9
  diff -u -r1.8 -r1.9
  --- project.properties20 Jul 2004 20:30:21 -  1.8
  +++ project.properties23 Jul 2004 10:00:53 -  1.9
  @@ -51,7 +51,7 @@
   
   # Repository to deploy snapshots
   maven.repo.apachecvs=scp://cvs.apache.org
  -maven.repo.apachecvs.directory=/repository
  +maven.repo.apachecvs.directory=/www/cvs.apache.org/repository
   maven.repo.apachecvs.username=${maven.repo.apache.username}
   maven.repo.apachecvs.privatekey=${maven.repo.apache.privatekey}
   maven.repo.apachecvs.passphrase=${maven.repo.apache.passphrase}
  
  
  

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



cvs commit: maven-plugins/plugin-parent project.properties

2004-07-20 Thread carlos
carlos  2004/07/20 13:30:21

  Modified:plugin-parent project.properties
  Log:
  Added repository to deploy snapshots
  
  Revision  ChangesPath
  1.8   +7 -0  maven-plugins/plugin-parent/project.properties
  
  Index: project.properties
  ===
  RCS file: /home/cvs/maven-plugins/plugin-parent/project.properties,v
  retrieving revision 1.7
  retrieving revision 1.8
  diff -u -r1.7 -r1.8
  --- project.properties12 Jul 2004 09:17:33 -  1.7
  +++ project.properties20 Jul 2004 20:30:21 -  1.8
  @@ -48,3 +48,10 @@
   #maven.repo.apache.username=
   #maven.repo.apache.privatekey=
   #maven.repo.apache.passphrase=
  +
  +# Repository to deploy snapshots
  +maven.repo.apachecvs=scp://cvs.apache.org
  +maven.repo.apachecvs.directory=/repository
  +maven.repo.apachecvs.username=${maven.repo.apache.username}
  +maven.repo.apachecvs.privatekey=${maven.repo.apache.privatekey}
  +maven.repo.apachecvs.passphrase=${maven.repo.apache.passphrase}
  
  
  

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



cvs commit: maven-plugins/plugin-parent project.properties

2004-07-12 Thread carlos
carlos  2004/07/12 02:17:34

  Modified:plugin-parent project.properties
  Log:
  Added repository
  
  Revision  ChangesPath
  1.7   +10 -0 maven-plugins/plugin-parent/project.properties
  
  Index: project.properties
  ===
  RCS file: /home/cvs/maven-plugins/plugin-parent/project.properties,v
  retrieving revision 1.6
  retrieving revision 1.7
  diff -u -r1.6 -r1.7
  --- project.properties11 Jul 2004 03:09:50 -  1.6
  +++ project.properties12 Jul 2004 09:17:33 -  1.7
  @@ -38,3 +38,13 @@
   
   # Changes issue template
   maven.changes.issue.template = %URL%/%ISSUE%
  +
  +# Repository to deploy to
  +maven.repo.list=apache
  +
  +maven.repo.apache=scp://${pom.distributionSite}
  +maven.repo.apache.directory=${pom.distributionDirectory}
  +# These must be set elsewhere
  +#maven.repo.apache.username=
  +#maven.repo.apache.privatekey=
  +#maven.repo.apache.passphrase=
  
  
  

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



cvs commit: maven-plugins/plugin-parent project.properties

2004-07-10 Thread brett
brett   2004/07/10 20:09:50

  Modified:plugin-parent project.properties
  Log:
  point links to mirrors
  
  Revision  ChangesPath
  1.6   +2 -2  maven-plugins/plugin-parent/project.properties
  
  Index: project.properties
  ===
  RCS file: /home/cvs/maven-plugins/plugin-parent/project.properties,v
  retrieving revision 1.5
  retrieving revision 1.6
  diff -u -r1.5 -r1.6
  --- project.properties9 Jul 2004 08:13:39 -   1.5
  +++ project.properties11 Jul 2004 03:09:50 -  1.6
  @@ -21,7 +21,7 @@
   # Display the date on the Maven web site
   maven.xdoc.date = left
   maven.xdoc.date.format = dd   HH:mm z
  -maven.xdoc.distributionUrl=http://www.ibiblio.org/maven/maven/plugins
  
+maven.xdoc.distributionUrl=http://www.apache.org/dyn/closer.cgi/java-repository/maven/plugins
   
   # Checkstyle plugin settings
   maven.checkstyle.header.file = ${basedir}/../checkstyle-license.txt
  @@ -34,7 +34,7 @@
   maven.artifact.legacy=false
   
   # Announcement plugin properties
  
-maven.announcement.distributionUrl=http://www.apache.org/dist/java-repository/maven/plugins
  
+maven.announcement.distributionUrl=http://www.apache.org/dyn/closer.cgi/java-repository/maven/plugins
   
   # Changes issue template
   maven.changes.issue.template = %URL%/%ISSUE%
  
  
  

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



cvs commit: maven-plugins/plugin-parent project.properties

2004-07-09 Thread evenisse
evenisse2004/07/09 01:13:39

  Modified:plugin-parent project.properties
  Log:
  Typo.
  
  Revision  ChangesPath
  1.5   +1 -0  maven-plugins/plugin-parent/project.properties
  
  Index: project.properties
  ===
  RCS file: /home/cvs/maven-plugins/plugin-parent/project.properties,v
  retrieving revision 1.4
  retrieving revision 1.5
  diff -u -r1.4 -r1.5
  --- project.properties9 Jul 2004 08:12:19 -   1.4
  +++ project.properties9 Jul 2004 08:13:39 -   1.5
  @@ -35,5 +35,6 @@
   
   # Announcement plugin properties
   
maven.announcement.distributionUrl=http://www.apache.org/dist/java-repository/maven/plugins
  +
   # Changes issue template
   maven.changes.issue.template = %URL%/%ISSUE%
  
  
  

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



cvs commit: maven-plugins/plugin-parent project.properties

2004-07-09 Thread evenisse
evenisse2004/07/09 01:12:19

  Modified:plugin-parent project.properties
  Log:
  Set the correct distribution URL for announcement.
  
  Revision  ChangesPath
  1.4   +2 -0  maven-plugins/plugin-parent/project.properties
  
  Index: project.properties
  ===
  RCS file: /home/cvs/maven-plugins/plugin-parent/project.properties,v
  retrieving revision 1.3
  retrieving revision 1.4
  diff -u -r1.3 -r1.4
  --- project.properties8 Jul 2004 11:48:19 -   1.3
  +++ project.properties9 Jul 2004 08:12:19 -   1.4
  @@ -33,5 +33,7 @@
   # Force artifact deployment. You must setup your environment appropriately
   maven.artifact.legacy=false
   
  +# Announcement plugin properties
  
+maven.announcement.distributionUrl=http://www.apache.org/dist/java-repository/maven/plugins
   # Changes issue template
   maven.changes.issue.template = %URL%/%ISSUE%
  
  
  

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



cvs commit: maven-plugins/plugin-parent project.properties

2004-07-08 Thread brett
brett   2004/07/08 04:48:19

  Modified:plugin-parent project.properties
  Log:
  force artifact plugin deployment so we get md5 files
  
  Revision  ChangesPath
  1.3   +3 -0  maven-plugins/plugin-parent/project.properties
  
  Index: project.properties
  ===
  RCS file: /home/cvs/maven-plugins/plugin-parent/project.properties,v
  retrieving revision 1.2
  retrieving revision 1.3
  diff -u -r1.2 -r1.3
  --- project.properties7 Jul 2004 22:18:07 -   1.2
  +++ project.properties8 Jul 2004 11:48:19 -   1.3
  @@ -30,5 +30,8 @@
   # License plugin settings
   maven.license.licenseFile=${basedir}/../LICENSE.txt
   
  +# Force artifact deployment. You must setup your environment appropriately
  +maven.artifact.legacy=false
  +
   # Changes issue template
   maven.changes.issue.template = %URL%/%ISSUE%
  
  
  

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



cvs commit: maven-plugins/plugin-parent project.properties

2004-07-07 Thread aheritier
aheritier2004/07/07 15:18:07

  Modified:plugin-parent project.properties
  Log:
  Update URL template to Jira issues used in the changes plugin.
  
  Revision  ChangesPath
  1.2   +3 -0  maven-plugins/plugin-parent/project.properties
  
  Index: project.properties
  ===
  RCS file: /home/cvs/maven-plugins/plugin-parent/project.properties,v
  retrieving revision 1.1
  retrieving revision 1.2
  diff -u -r1.1 -r1.2
  --- project.properties2 May 2004 12:31:35 -   1.1
  +++ project.properties7 Jul 2004 22:18:07 -   1.2
  @@ -29,3 +29,6 @@
   
   # License plugin settings
   maven.license.licenseFile=${basedir}/../LICENSE.txt
  +
  +# Changes issue template
  +maven.changes.issue.template = %URL%/%ISSUE%
  
  
  

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