Hello!
27.08.2010 18:07, Cédric Bosdonnat пишет:
Hum... I was trying to build and deploy the maven artefacts to my local
maven repository, but I can't make maven find the dependencies
correctly. Do you know how to do that so that I could use my hacked
version of POI?
Run "maven-poms" ant taget. It will make you pom files in build/dist that you can
install with mvn install.
Also you can replace maven/mvn-deploy.sh script with something like that to have
local install:
================
mvn install:install-file -DgroupId=org.apache.poi -DartifactId=poi-ooxml
-dversi...@version@ -Dpackaging=jar
-Dfile=build/dist/poi-oox...@version@-...@[email protected]
-DpomFile=build/dist/poi-oox...@[email protected]
mvn install:install-file -DgroupId=org.apache.poi -DartifactId=poi-scratchpad
-dversi...@version@ -Dpackaging=jar
-Dfile=build/dist/poi-scratchp...@version@-...@[email protected]
-DpomFile=build/dist/poi-scratchp...@[email protected]
mvn install:install-file -DgroupId=org.apache.poi -DartifactId=poi
-dversi...@version@ -Dpackaging=jar -Dfile=build/dist/p...@version@-...@[email protected]
-DpomFile=build/dist/p...@[email protected]
mvn install:install-file -DgroupId=org.apache.poi -DartifactId=poi-ooxml-schemas
-dversi...@version@ -Dpackaging=jar
-Dfile=build/dist/poi-ooxml-schem...@version@-...@[email protected]
-DpomFile=build/dist/poi-ooxml-schem...@[email protected]
================
best wishes, Max
---------------------------------------------------------------------
To unsubscribe, e-mail: [email protected]
For additional commands, e-mail: [email protected]