dim icon indicating copy to clipboard operation
dim copied to clipboard

Specify path to Oxygen Maven repository in pom.xml

Open raducoravu opened this issue 8 years ago • 0 comments

Feedback from one of our customers:

I could not get the pom file to work at this location dim-master/oxygen-sdk-workspace/sdkExtensions/pom.xml. I had to add this:

<repositories>
  <repository>
    <id>oxygenxml</id>
    <name>oXygen XML SDK Maven Repository</name>
    <url>https://oxygenxml.com/maven/</url>
  </repository>
</repositories>

before I could build it properly.

raducoravu avatar Jun 29 '17 05:06 raducoravu