Commit c2b98e5e authored by mindthegab's avatar mindthegab
Browse files

[maven-release-plugin] copy for tag maven-alfresco-lifecycle-3.9.1

parents 475eb032 0ab8d2d0
Loading
Loading
Loading
Loading
+2 −3
Original line number Diff line number Diff line
@@ -18,12 +18,11 @@ limitations under the License.

---------------------------------------
Archetype Release: Archetype - maven-amp-archetype
Author: g.columbro@sourcesense.com
Author: gabriele.columbro@alfresco.com
http://forge.alfresco.com/m2alfresco

Contacts: 
- alfresco-dev@lists.sourcesense.com (developer)
- alfresco@sourcesense.com (commercial)
- maven-alfresco@googlegroups.com (developer)

See Also:
http://wiki.alfresco.com/wiki/Module_Management_Tool
+5 −5
Original line number Diff line number Diff line
@@ -54,7 +54,7 @@
		</pluginRepository>
		<pluginRepository>
			<id>alfresco-public-snapshots</id>
			<url>http://repository.sourcesense.com/nexus/content/groups/public-snapshots</url>
			<url>http://maven.alfresco.com/nexus/content/groups/public-snapshots</url>
			<snapshots>
        <enabled>true</enabled>
        <updatePolicy>daily</updatePolicy>
@@ -217,7 +217,7 @@
			<plugin>
				<groupId>org.alfresco.maven.plugin</groupId>
				<artifactId>maven-amp-plugin</artifactId>
				<version>3.0.4-SNAPSHOT</version>
				<version>3.0.4</version>
				<extensions>true</extensions>
				<configuration>
					<archive>
@@ -345,7 +345,7 @@
							<dependency>
								<groupId>org.alfresco.maven.plugin</groupId>
								<artifactId>maven-amp-plugin</artifactId>
								<version>3.0.4-SNAPSHOT</version>
								<version>3.0.4</version>
							</dependency>
						</dependencies>
					</plugin>
@@ -410,7 +410,7 @@
							<dependency>
								<groupId>org.alfresco.maven.plugin</groupId>
								<artifactId>maven-amp-plugin</artifactId>
								<version>3.0.4-SNAPSHOT</version>
								<version>3.0.4</version>
							</dependency>
						</dependencies>
					</plugin>
+11 −11
Original line number Diff line number Diff line
@@ -15,7 +15,7 @@ What do I have when I created the project?
 
src --------------------------------------------------------> (source folder)
		|
		|__ main ___ __ resources --------------------------> mapped in the classpath. Add here classpath resources
		|__ main __ resources --------------------------> mapped in the classpath. Add here classpath resources
		|		|
		|		|__ config-----   alfresco module config goes here.
		|		|			  |	  Get's copied (by best practice) by build into package alfresco/module/groupId.artifactId.
+1 −1
Original line number Diff line number Diff line
@@ -44,7 +44,7 @@ FEATURES:
		
		* Install/deployment of Alfresco compatible AMPs on a m2 repo   <<< mvn install / deploy  [ params ] >>>
		
		* using the {{{http://repository.sourcesense.com/maven2-sites/maven-amp-plugin} maven-amp-plugin}} WAR can depend on AMP artifacts and have them overlayed within the maven lifecycle, avoiding the boring MMT run.
		* using the {{{../maven-amp-plugin} maven-amp-plugin}} WAR can depend on AMP artifacts and have them overlayed within the maven lifecycle, avoiding the boring MMT run.
		
		* AMP dependencies management: 	<<<mvn clean package>>> can take care of overlay AMP deps
		
+27 −8
Original line number Diff line number Diff line
<project>
    <skin>
   		<groupId>org.apache.maven.skins</groupId>
	    <artifactId>maven-stylus-skin</artifactId>
	    <version>1.0</version>
   		<artifactId>maven-fluido-skin</artifactId>
   		<version>1.2.1</version>
   	</skin>
       <custom>
           <fluidoSkin>
             <topBarEnabled>true</topBarEnabled>
             <sideBarEnabled>true</sideBarEnabled>
             <topBarIcon>
                     <name>Maven Alfresco Lifecycle</name>
                     <alt>Maven Alfresco Lifecycle</alt>
                     <src>/img/Alfresco-lofo-transparent.gir</src>
                     <href>/index.html</href>
             </topBarIcon>
             <twitter>
                   <user>mindthegabz</user>
                   <showUser>true</showUser>
                   <showFollowers>true</showFollowers>
             </twitter>
             <facebookLike />
             <googlePlusOne />
           </fluidoSkin>
       </custom>
	<poweredBy>
	    <logo name="Maven" href="http://maven.apache.org" img="http://maven.apache.org/images/logos/maven-feather.png"/>
	    <logo name="Alfresco - Open source ECM" img="http://alfresco.com/assets/images/icons/powered_by_alfresco.gif" href="http://www.sourcesense.com" /> 
	    <logo name="Alfresco - Open source ECM" img="http://alfresco.com/assets/images/icons/powered_by_alfresco.gif" href="http://www.alfresco.com" />
	</poweredBy>
	<publishDate position="navigation-bottom" format="MM-dd-yy" />
  <body>
@@ -24,8 +43,8 @@
    </menu>
    
    <menu name="See also">
	  <item name="Maven Alfresco Extension Archetype" href="http://repository.sourcesense.com/nexus/content/repositories/alfresco.public.sites/maven-alfresco-lifecyle/maven-alfresco-archetypes/maven-alfresco-extension-archetype"/>    
	  <item name="Maven AMP Plugin" href="http://repository.sourcesense.com/nexus/content/repositories/alfresco.public.sites/maven-alfresco-lifecyle/plugins/maven-amp-plugin"/>    
	  <item name="Maven Alfresco Extension Archetype" href="http://maven.alfresco.com/nexus/content/repositories/alfresco-docs/maven-alfresco-lifecyle/${project.version}/maven-alfresco-archetypes/maven-alfresco-extension-archetype"/>
	  <item name="Maven AMP Plugin" href="http://maven.alfresco.com/nexus/content/repositories/alfresco-docs/maven-alfresco-lifecyle/${project.version}/plugins/maven-amp-plugin"/>
	  <item name="Alfresco AMP files" href="http://wiki.alfresco.com/wiki/AMP_Files" />
    </menu>
    
Loading