Hi,

I just tried cloning and building the project and everything works fine for me 
so it seems to be fixed.

Best Regards,
Christian

-----Original Message-----
From: Klevenz, Stephan [mailto:[email protected]] 
Sent: Mittwoch, 31. Juli 2013 12:33
To: [email protected]
Subject: Re: .m2 settings.xml

Maybe this is not necessary anymore. I have introduced a mistake during
pom maintenance which should be fixed by the last commit.

Stephan

On 31.07.13 12:21, "V.A, Chandan" <[email protected]> wrote:

>Hello All,
>I had to add the following settings to my .m2 settings.xml file to make
>the build work in my local system.
>
><profile>
><id>snapshot.apache</id>
><repositories>
><repository>
><id>central</id>
><url>https://repository.apache.org/content/repositories/snapshots/</url>
></repository>
></repositories>
></profile>
>
>If behind a proxy then proxy settings needs to be added.
>
><proxies>
><proxy>
><id>local</id>
><active>true</active>
><protocol>https</protocol>
><host>xxxx</host>
><port>yyyy</port>
><nonProxyHosts>*.corp|localhost*</nonProxyHosts>
></proxy>
></proxies>
>
>
>Thanks,
>Kind Regards
>Chandan VA
>

Reply via email to