Author: rgielen
Date: Sun Jan 21 02:03:52 2007
New Revision: 498262
URL: http://svn.apache.org/viewvc?view=rev&rev=498262
Log:
WW-1392:
As discussed, add a struts-annotations profile for local development similar to
xwork profile. Works fine AFAIK.
I assumed a directory organization like we have in the svn repository, so that
we have the maven repository checked out besides struts2 repository, which
means the reference in pom.xml goes to ../maven/struts-aanotations. Another
solution would be to just assume the struts annotations module is found besides
struts2 repo. So that point might to be discussed.
Modified:
struts/struts2/trunk/pom.xml
Modified: struts/struts2/trunk/pom.xml
URL:
http://svn.apache.org/viewvc/struts/struts2/trunk/pom.xml?view=diff&rev=498262&r1=498261&r2=498262
==============================================================================
--- struts/struts2/trunk/pom.xml (original)
+++ struts/struts2/trunk/pom.xml Sun Jan 21 02:03:52 2007
@@ -127,6 +127,12 @@
</modules>
</profile>
<profile>
+ <id>struts-annotations</id>
+ <modules>
+ <module>../maven/struts-annotations</module>
+ </modules>
+ </profile>
+ <profile>
<id>1.4-backport</id>
<activation>
<jdk>1.4</jdk>