Forum Discussion
ptaylor
6 years agoEmployee
Thanks. This helps. Can you please check for the existence of two files that are used to access the new repository on github?
Is there a file named settings.xml at the root of the generated project? Does it define one server that looks like this?
<id>github_SnapLogicDev</id>
<username>thirdpartysnapdev</username>
<!-- Public token with `read:packages` scope -->
<password>2517...</password>
Is there a subdirectory named .mvn and a file in that called maven.config containing just this?
-s settings.xml
ronmwhite
6 years agoNew Contributor II
Here are the real files you asked for the first time along with settings.xml. Archive.zip (71.8 KB)