mirror of
https://github.com/Alfresco/alfresco-sdk.git
synced 2025-05-19 17:15:24 +00:00
-- having single sourced pom properties allow us to do
archetype generation time filtering git-svn-id: http://maven-alfresco-archetypes.googlecode.com/svn/trunk@29 04253f4f-3451-0410-a141-5562f1e59037
This commit is contained in:
parent
625d63702f
commit
aec334f55a
@ -18,8 +18,8 @@
|
||||
-->
|
||||
<project xmlns="http://maven.apache.org/POM/4.0.0" xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance" xsi:schemaLocation="http://maven.apache.org/POM/4.0.0 http://maven.apache.org/maven-v4_0_0.xsd">
|
||||
<modelVersion>4.0.0</modelVersion>
|
||||
<groupId>com.sourcesense.alfresco</groupId>
|
||||
<artifactId>demoamp</artifactId>
|
||||
<groupId>${groupId}</groupId>
|
||||
<artifactId>${artifactId}</artifactId>
|
||||
<packaging>amp</packaging>
|
||||
<name>Maven Alfresco AMP Packaging Sample</name>
|
||||
<!-- No shapshot or beta version, as this is used for filtering module.properties
|
||||
@ -31,7 +31,7 @@
|
||||
If you want to use (and I do) maven snapshot capabilities than you could
|
||||
remove the filtering and maintaining versions (pom and module.properties) aligned manually
|
||||
-->
|
||||
<version>1.0</version>
|
||||
<version>${version}</version>
|
||||
<description>Test AMP project</description>
|
||||
<properties>
|
||||
<!--Default for which src/main/properties/<env>/application.properties is loaded. NB:
|
||||
|
Loading…
x
Reference in New Issue
Block a user