I deployed a modified version of flexmojos-unittest-support's pom.xml to my local Nexus which has the parent pom set to org.sonatype.flexmojos:flexmojos-unittest-parent:3.7.1 and everything works as expected. If anyone has any suggestions that don't require me to customize the pom in order to get a successful build, I'd love to hear them.
Thanks, Bryan Turner On Jun 16, 5:03 pm, Bryan Turner <[email protected]> wrote: > FlexMojos 3.7.1's flexmojos-unittest-support pom references 3.8-SNAPSHOT of > flexmojos-unittest-parent as its parent pom. This causes my build to fail > when I update to 3.7.1, with the following: > > Downloading:http://dbmdev03.mckesson.com:8081/nexus/content/groups/public-snapsho... > [INFO] Unable to find resource > 'org.sonatype.flexmojos:flexmojos-unittest-parent:pom:3.8-SNAPSHOT' in > repository nexus-snapshots > (http://dbmdev03.mckesson.com:8081/nexus/content/groups/public-snapshots) > [INFO] > ------------------------------------------------------------------------ > [ERROR] BUILD ERROR > [INFO] > ------------------------------------------------------------------------ > [INFO] Error building POM (may not be this project's POM). > > Project ID: null:flexmojos-unittest-support:swc:3.7.1 > > Reason: Cannot find parent: org.sonatype.flexmojos:flexmojos-unittest-parent > for project: null:flexmojos-unittest-support:swc:3.7.1 for project > null:flexmojos-unittest-support:swc:3.7.1 > > From flexmojos-unittest-support's pom.xml: > > <parent> > <groupId>org.sonatype.flexmojos</groupId> > <artifactId>flexmojos-unittest-parent</artifactId> > <version>3.8-SNAPSHOT</version> > <relativePath>../flexmojos-unittest-parent/pom.xml</relativePath> > </parent> > > I was under the impression released versions could not have snapshot > dependencies. I have my local Nexus instance > proxyinghttp://repository.sonatype.org/content/groups/flexgroup/. Have I got > something misconfigured > somewhere?http://repository.sonatype.org/content/groups/flexgroup/org/sonatype/... > is > not available (there's a timestamped version of the file in place, but Nexus > isn't returning it when the -SNAPSHOT is requested. > > I haven't been able to find anything on the Internet at large for this. Any > insight would be greatly appreciated. > > Best regards, > Bryan Turner -- You received this message because you are subscribed to the Google Groups "Flex Mojos" group. To post to this group, send email to [email protected] To unsubscribe from this group, send email to [email protected] For more options, visit this group at http://groups.google.com/group/flex-mojos http://flexmojos.sonatype.org/
