Skip to main content

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index] [List Home]
[platform-dev] My Code Changes not reflecting after mvn cmd execution

Greetings,

I am facing a very unusual issue when building the aggregator project

Step 1: Cloned project git clone -b R4_9_maintenance --recursive git://git.eclipse.org/gitroot/platform/eclipse.platform.releng.aggregator.git z
Step 2: Modified File : C:\eclipse\z\rt.equinox.bundles\bundles\org.eclipse.equinox.http.jetty\src\org\eclipse\equinox\http\jetty\internal\Details.java
                                    C:\eclipse\z\rt.equinox.bundles\bundles\org.eclipse.equinox.http.jetty\OSGI-INF\metatype\config.xml
And then compiled the code but JAR org.eclipse.equinox.http.jetty-3.6.100-SNAPSHOT.jar not contains my changes

I tried multiple times with different MVN commands Like:
1. mvn -Pbuild-individual-bundles clean verify -DskipTests=true (From org.eclipse.equinox.http.jetty folder)
2 mvn clean package -DskipTests=true ( From root)
3 mvn clean verify -DSkipTests= true ( From root)
but no luck, I am not able to figure out, what's wrong /miss is happening?

I am working in WINDOWS 7






--
Thanks\
Abhijeet Banerjee
+919910512611






Back to the top