Hello, I am attempting to mavenize a .NET project we have and am getting
this build error when attempting to use the auto-generated pom file the
Npanday VS plugin made:
NPANDAY-1005-0001: Error copying dependency
VBIDE:VBIDE:com_reference:{0002E157-0000-0000-C000-000000000046}-5.3-0:5.3.0.0:compile
File
C:\Users\MyUser\.m2\repository\VBIDE\VBIDE\5.3.0.0\VBIDE-5.3.0.0-{0002E157-0000-0000-C000-000000000046}-5.3-0.dll
does not exist
Downloading:
http://m2.myCompany.net/nexus/content/groups/public//VBIDE/VBIDE/5.3.0.0/VBIDE-5.3.0.0-{0002E157-0000-0000-C000-000000000046}-5.3-0.com_reference
Unable to find resource
'VBIDE:VBIDE:com_reference:{0002E157-0000-0000-C000-000000000046}-5.3-0:5.3.0.0'
in repository central (http://central)
NPANDAY-181-121: Problem in resolving assembly:
VBIDE:VBIDE:com_reference:{0002E157-0000-0000-C000-000000000046}-5.3-0:5.3.0.0:compile,
Message = Unable to download the artifact from any repository
This appears to be related to a dependency in the pom file:
<dependency>
<groupId>VBIDE</groupId>
<artifactId>VBIDE</artifactId>
<version>5.3.0.0</version>
<type>com_reference</type>
<classifier>{0002E157-0000-0000-C000-000000000046}-5.3-0</classifier>
</dependency>
So it seems that basically my company's repository does not have this VBIDE
artifact, no surpise there I suppose, this is the first time anyone in our
company has attempted to mavenize a .net project. However I am not able to
find another repository where VBIDE exists (http://mvnrepository.com/ does
not appear to know what VBIDE is)
It is strange that the pom is advising that I need it but I am able to
compile the project in Visual Studio.
--
*Kent Johnston**
**Developer*
*Lixar I.T. Inc.**
*T: 613.785.3805
F: 613.722.5297
[email protected]
www.lixar.com