You are viewing a plain text version of this content. The canonical link for it is here.
Posted to jetspeed-dev@portals.apache.org by mo...@apache.org on 2003/03/21 21:50:09 UTC

cvs commit: jakarta-jetspeed maven.xml project.xml project.properties

morciuch    2003/03/21 12:50:09

  Modified:    .        project.xml project.properties
  Added:       .        maven.xml
  Log:
  Made changes to maven goal for building binary distribution. The default binary distibution included only the jetspeed .jar file and javadocs which I think it's pretty meaningless with jetspeed (can't use the .jar file on its own.
  
  New binary distribution also includes contents of the webapp directory. Such distribution could be basis for building a custom portal. Eventually, I'd like to modify the jestpeed plugin for Maven to allow building custom portal from binary distribution (it builds from the .war file now).
  
  I'm sure others may have different ideas about the definition of binary distribution so I'll leave this up for discussion (for example, how do we package a release when using Maven?).
  
  Revision  Changes    Path
  1.13      +2 -2      jakarta-jetspeed/project.xml
  
  Index: project.xml
  ===================================================================
  RCS file: /home/cvs/jakarta-jetspeed/project.xml,v
  retrieving revision 1.12
  retrieving revision 1.13
  diff -u -r1.12 -r1.13
  --- project.xml	19 Mar 2003 20:20:37 -0000	1.12
  +++ project.xml	21 Mar 2003 20:50:09 -0000	1.13
  @@ -3,13 +3,13 @@
   	<pomVersion>3</pomVersion>
   	<name>jakarta-jetspeed</name>
   	<id>jetspeed</id>
  -	<currentVersion>1.4b4-dev</currentVersion>
  +	<currentVersion>1.4-b4-dev</currentVersion>
   	<organization>
   		<name>Apache Software Foundation</name>
   		<url>http://www.apache.org/</url>
   	</organization>
   	<inceptionYear>2000</inceptionYear>
  -	<package>org.apache.turbine</package>
  +	<package>org.apache.jetspeed</package>
   	<!-- Gump integration. -->
   	<gumpRepositoryId>jakarta</gumpRepositoryId>
   	<shortDescription>
  
  
  
  1.6       +3 -1      jakarta-jetspeed/project.properties
  
  Index: project.properties
  ===================================================================
  RCS file: /home/cvs/jakarta-jetspeed/project.properties,v
  retrieving revision 1.5
  retrieving revision 1.6
  diff -u -r1.5 -r1.6
  --- project.properties	19 Jul 2002 10:21:46 -0000	1.5
  +++ project.properties	21 Mar 2003 20:50:09 -0000	1.6
  @@ -16,4 +16,6 @@
   src.dir = src
   
   
  -announcement = 1.4b2-dev
  +announcement = 1.4-b4-dev
  +
  +maven.war.src = ${basedir}/webapp
  
  
  
  1.1                  jakarta-jetspeed/maven.xml
  
  Index: maven.xml
  ===================================================================
  <project xmlns:j="jelly:core" xmlns:m="maven">
  	<!-- ================================================================== -->
  	<!-- B I N  D I S T R I B U T I O N   G O A L S                         -->
  	<!-- ================================================================== -->
  	<preGoal name="dist:prepare-bin-filesystem">
  		<property name="maven.dist.bin.assembly.dir" value="${maven.dist.assembly.dir}/bin"/>
  	</preGoal>
  	<postGoal name="dist:prepare-bin-filesystem">
  		<!--echo>[DEBUG] maven.src.dir = ${maven.src.dir}</echo>
  		<echo>[DEBUG] maven.war.src = ${maven.war.src}</echo>
  		<echo>[DEBUG] maven.build.dir = ${maven.build.dir}</echo>
  		<echo>[DEBUG] maven.war.build.dir = ${maven.war.build.dir}</echo-->	
  		<copy todir="${maven.dist.bin.assembly.dir}/webapp">
  			<fileset dir="${maven.war.src}">
  				<include name="**"/>
  			</fileset>
  		</copy>
  	</postGoal>
  </project>
  
  
  

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