shuber 2004/09/29 14:54:39 CEST
Added files:
. locator.ent maven.xml project.properties
Log:
First try at building all webapps from one project.
Revision Changes Path
1.1 +5 -0 common-packagedwebapps/locator.ent (new)
http://jahia.mine.nu:8080/cgi-bin/cvsweb.cgi/common-packagedwebapps/locator.ent?rev=1.1&content-type=text/plain
1.1 +13 -0 common-packagedwebapps/maven.xml (new)
http://jahia.mine.nu:8080/cgi-bin/cvsweb.cgi/common-packagedwebapps/maven.xml?rev=1.1&content-type=text/plain
1.1 +24 -0 common-packagedwebapps/project.properties (new)
http://jahia.mine.nu:8080/cgi-bin/cvsweb.cgi/common-packagedwebapps/project.properties?rev=1.1&content-type=text/plain
Index: locator.ent
====================================================================
<!ENTITY common-dependencies SYSTEM
"file:../common-packagedwebapps/pom-fragments/common-dependencies.ent">
<!ENTITY common-topsite SYSTEM
"file:../common-packagedwebapps/pom-fragments/common-topsite.ent">
<!ENTITY common-toprepository SYSTEM
"file:../common-packagedwebapps/pom-fragments/common-toprepository.ent">
<!ENTITY common-warsite SYSTEM
"file:../common-packagedwebapps/pom-fragments/common-warsite.ent">
<!ENTITY common-warrepository SYSTEM
"file:../common-packagedwebapps/pom-fragments/common-warrepository.ent">
Index: maven.xml
====================================================================
<project xmlns:maven="jelly:maven"
xmlns:j="jelly:core"
xmlns:util="jelly:util"
xmlns:ant="jelly:ant"
default="jahia:whole-package">
<goal name="jahia:build-all-webapps" description="Builds all packaged webapps">
<echo>Build projects : ${maven.multiproject.webapps.includes}</echo>
<j:set var="maven.multiproject.includes"
value="${maven.multiproject.webapps.includes}"/>
<attainGoal name="multiproject:goal"/>
</goal>
</project>
Index: project.properties
====================================================================
goal=allBuild
maven.multiproject.webapps.includes=absencerequest/project.xml,\
addressbook/project.xml,\
bookcards/project.xml,\
bookmark/project.xml,\
faq/project.xml,\
filemanager/project.xml,\
forum/project.xml,\
infonews/project.xml,\
jwma/project.xml,\
milestone/project.xml,\
modificationrequest/project.xml,\
poll/project.xml,\
timereporting/project.xml,\
todolist/project.xml,\
webclipping/project.xml,\
webdav_filemanager/project.xml,\
webmailing/project.xml,\
webraptor/project.xml,\
welcome/project.xml,\
xslpublisher/project.xml
maven.multiproject.basedir=${basedir}/..
maven.multiproject.navigation=aggregate