Forum Discussion

Yoav_Seroussi's avatar
Yoav_Seroussi
Occasional Contributor
14 years ago

pom.xml contents duplicated many times inside settings.xml

Hi,
We are using the soapui-pro maven plugin.
For some reason, the pom.xml contents get copied (appended) many times to the settings.xml file.

3 Replies

  • SmartBear_Suppo's avatar
    SmartBear_Suppo
    SmartBear Alumni (Retired)
    Hi!

    hmm.. can you elaborate on this? When/How does it happen? Can you attach some examples or screenshots?

    regards!

    /Ole
    eviware.com
  • Yoav_Seroussi's avatar
    Yoav_Seroussi
    Occasional Contributor
    Hi,
    I believe (though not perfectly sure) that the replication of our pom occurs each time we save the project.
    It is a composite project which resided in SVN and a few team members work on it concurrently.
    I have attached the replicated part of settings.xml.

    Thanks,

    Daniel
  • Yoav_Seroussi's avatar
    Yoav_Seroussi
    Occasional Contributor
    Hi,

    This also happens in other files, for example this settings.xml file from a Test Suite:
    <?xml version="1.0" encoding="UTF-8"?>
    <con:testSuite name="Functions" id="e8043872-077a-40c6-827b-a6551c25cb60" xmlns:con="http://eviware.com/soapui/config">
    <con:description/>
    <con:settings/>
    <con:runType>SEQUENTIAL</con:runType>
    <con:properties/>
    <con:reportParameters/>
    <con:testSuite name="Functions" id="e8043872-077a-40c6-827b-a6551c25cb60">
    <con:description/>
    <con:settings/>
    <con:runType>SEQUENTIAL</con:runType>
    <con:properties/>
    <con:reportParameters/>
    </con:testSuite>
    </con:testSuite>