| From | Sent On | Attachments |
|---|---|---|
| Javier Pinilla (JIRA) | Dec 1, 2009 11:35 am | |
| Matt Raible (JIRA) | Dec 1, 2009 8:52 pm | |
| Javier Pinilla (JIRA) | Dec 2, 2009 11:09 am | |
| Matt Raible (JIRA) | Dec 2, 2009 4:36 pm | |
| Lucas (JIRA) | Jan 16, 2010 4:23 pm | |
| Lucas (JIRA) | Jan 18, 2010 3:43 am | |
| Lucas (JIRA) | Jan 18, 2010 5:14 pm | |
| Pratyush Kumar (JIRA) | Jul 21, 2010 2:31 am | |
| Matt Raible (JIRA) | Sep 30, 2010 12:21 am | |
| Matt Raible (JIRA) | Sep 30, 2010 12:23 am | |
| Matt Raible (JIRA) | Nov 4, 2010 10:53 am |
| Subject: | [appfuse-issues] [JIRA] Updated: (APF-1176) mvn appfuse:full-source in appfuse-modular archetypes does not include calculated properties in pom.xml | |
|---|---|---|
| From: | Matt Raible (JIRA) (iss...@appfuse.dev.java.net) | |
| Date: | Dec 2, 2009 4:36:56 pm | |
| List: | net.java.dev.appfuse.issues | |
Matt Raible updated APF-1176:
-----------------------------
Component/s: Installation Fix Version/s: 2.1.0-M2
Changing to fix for M2 ... pending test on Windows.
mvn appfuse:full-source in appfuse-modular archetypes does not include
calculated properties in pom.xml
-------------------------------------------------------------------------------------------------------
Key: APF-1176 URL: http://issues.appfuse.org/browse/APF-1176 Project: AppFuse Issue Type: Bug Components: Installation Affects Versions: 2.1.0-M2 Environment: $ mvn -version Apache Maven 2.2.1 (r801777; 2009-08-06 21:16:01+0200) Java version: 1.6.0_15 Java home: c:\Archivos de programa\Java\jdk1.6.0_15\jre Default locale: es_ES, platform encoding: Cp1252 OS name: "windows xp" version: "5.1" arch: "x86" Family: "windows" Reporter: Javier Pinilla Assignee: Matt Raible Fix For: 2.1.0-M2
In the modified pom.xml after mvn appfuse:full-source the calculated properties
are missing:
<!-- Properties calculated by AppFuse when running full-source plugin
-->
<commons.beanutils.version>1.8.1</commons.beanutils.version>
<commons.dbcp.version>1.2.1</commons.dbcp.version>
<commons.lang.version>2.4</commons.lang.version>
<compass.version>2.1.3</compass.version>
<cxf.version>2.2.4</cxf.version>
<dwr.version>2.0.1</dwr.version>
<ehcache.version>1.7.0</ehcache.version>
<ehcache.web.version>1.6.0-beta2</ehcache.web.version>
<hibernate.annotations.version>3.4.0.GA</hibernate.annotations.version>
<hibernate.version>3.3.1.GA</hibernate.version>
<javamail.version>1.4.1</javamail.version>
<jpa.version>1.0</jpa.version>
<jstl.version>1.1.2</jstl.version>
<log4j.version>1.2.13</log4j.version>
<sitemesh.version>2.4.2</sitemesh.version>
<spring.security.version>2.0.4</spring.security.version>
<struts.menu.version>2.4.3</struts.menu.version>
<urlrewrite.version>3.1.0</urlrewrite.version>
<velocity.version>1.4</velocity.version>
How to reproduce it:
--------------------
$ mvn archetype:generate -B \
-DarchetypeGroupId=org.appfuse.archetypes \
-DarchetypeArtifactId=appfuse-modular-spring-archetype \
-DarchetypeVersion=2.1.0-M2-SNAPSHOT \
-DgroupId=es.xxx.app \
-DartifactId=modular-spring \
-DarchetypeRepository=http://oss.sonatype.org/content/repositories/appfuse
$ cd modular-spring
$ mvn org.apache.maven.plugins:maven-eclipse-plugin:2.6:eclipse
(mvn eclipse:eclise does not work)
$ mvn appfuse:full-source
At this point delete the duplicated modules tag in pom.xml (see
http://issues.appfuse.org/browse/APF-1175)
$ mvn install
...
16 required artifacts are missing.
for artifact:
es.xxx.app:core:jar:1.0-SNAPSHOT
from the specified remote repositories:
central (http://repo1.maven.org/maven2),
appfuse-snapshots (http://oss.sonatype.org/content/repositories/appfuse-snapsh
ots)
--
This message is automatically generated by JIRA.
-
If you think it was sent incorrectly contact one of the administrators:
http://issues.appfuse.org/secure/Administrators.jspa
-
For more information on JIRA, see: http://www.atlassian.com/software/jira





