Hi, I have my project with Hudson 1.380 + Maven Plugin + Git Plugin. I have many profiles,
dev, prod, default and hudson, my conf by default in profiles.xml
<activeProfiles>
<activeProfile>default</activeProfile>
</activeProfiles>
I have one job for each profile pointing to the same GIT repo.
I configured this on Goals and options section:
clean install -Dapache=file:///var/www/
xxxxxx.org -Dlucene.index.path=/home/tomcat/exxxxxIndex -Phudson
But, hudson never use "hudson profile", I tried with many configurations and with srting parameters, but I can't run my job with specific profile.
--
Att,
Juan Picado
Java/PHP Developer