Seems this local repository in the studio master POM is causing some grief:
<repositories>
<repository>
<id>studio.repository</id>
<name>Studio Provided Repository</name>
<url>file://${project.basedir}</url>
</repository>
</repositories>
Any ideas on a workaround? I tried creating a repository in archiva pointing
to both the base directory of studio and to studio/repository as a
file:///... url. However that seems not to work.
Can we relocate these files to a repository or are they manipulated by the
build and need to be local?
Regards,
Alex