dhis2-devs team mailing list archive
-
dhis2-devs team
-
Mailing list archive
-
Message #02836
maven question
I am currently struggling to build dhis2 correctly :-( I think it reflects
my fairly thin grasp on the workings of maven.
Let me retrace my steps:
1. cd <src dir of dhis2>
mvn clean install -Dtest=skip -DfailIfNoTests=false
2. cd dhis-web
mvn clean install -Dtest=skip -DfailIfNoTests=false
3. cd dhis-web-portal (this step is not necessary but I'll do out of
superstition)
mvn clean install -Dtest=skip -DfailIfNoTests=false
Now the problem is that I keep ending up with an old version of
dhis-service-aggregationengine-default-2.0.3-SNAPSHOT.jar packed into
dhis.war. I see from step 1 that I have definitely built a new version.
Anybody got a clue why this is? Am I doing something stupid?
Bob.
Follow ups