Here it is, with names changed: [INFO] Scanning for projects... [INFO] Searching repository for plugin with prefix: 'dependency'. [INFO] ------------------------------------------------------------------------ [INFO] Building FooLib [INFO] task-segment: [dependency:tree] [INFO] ------------------------------------------------------------------------ [INFO] [dependency:tree] [INFO] com.companyname.foo:FooLib:swc:1.0-SNAPSHOT [INFO] +- com.adobe.flex.framework:flex-framework:pom:3.1.0-fb3:compile [INFO] | +- com.adobe.flex.framework:automation:swc:3.1.0-fb3:compile [INFO] | +- com.adobe.flex.framework:automation_agent:swc:3.1.0-fb3:compile [INFO] | +- com.adobe.flex.framework:automation_dmv:swc:3.1.0-fb3:compile [INFO] | +- com.adobe.flex.framework:automation_flashflexkit:swc:3.1.0-fb3:compile [INFO] | +- com.adobe.flex.framework:datavisualization:swc:3.1.0-fb3:compile [INFO] | +- com.adobe.flex.framework:flex:swc:3.1.0-fb3:compile [INFO] | +- com.adobe.flex.framework:framework:swc:3.1.0-fb3:compile [INFO] | +- com.adobe.flex.framework:playerglobal:swc:9-3.1.0-fb3:compile [INFO] | +- com.adobe.flex.framework:qtp:swc:3.1.0-fb3:compile [INFO] | +- com.adobe.flex.framework:rpc:swc:3.1.0-fb3:compile [INFO] | +- com.adobe.flex.framework:utilities:swc:3.1.0-fb3:compile [INFO] | +- com.adobe.flex.framework:automation:rb.swc:3.1.0-fb3:compile [INFO] | +- com.adobe.flex.framework:rpc:rb.swc:3.1.0-fb3:compile [INFO] | +- com.adobe.flex.framework:framework:rb.swc:3.1.0-fb3:compile [INFO] | +- com.adobe.flex.framework:datavisualization:rb.swc:3.1.0-fb3:compile [INFO] | +- com.adobe.flex.framework:automation_agent:rb.swc:3.1.0-fb3:compile [INFO] | \- com.adobe.flex.framework:framework:zip:configs:3.1.0-fb3:compile [INFO] +- com.companyname.foo:FooCore:swc:1.0-SNAPSHOT:compile [INFO] +- com.companyname.foo:MVCSLib:swc:1.0-SNAPSHOT:compile [INFO] +- com.companyname.foo:FooAPIClient:swc:1.0-SNAPSHOT:compile [INFO] +- com.degrafa:degrafa:swc:2.11:compile [INFO] +- com.ilog:elixir:swc:1.0:compile [INFO] +- com.asfusion:mate:swc:0.85:compile [INFO] +- flexlib:flexlib:swc:2.4:compile [INFO] +- flexunit:flexunit:swc:0.85:test [INFO] \- info.flex-mojos:testing-support:swc:2.0.1:test [INFO] +- com.adobe.flexunit:flexunit:swc:0.85:test [INFO] +- org.funit:funit:swc:0.50.0245:test [INFO] +- com.swirlyvision:swirly-vision:swc:1.0:test [INFO] +- net.digitalprimates:fluint:swc:v1:test [INFO] +- com.asunit:asunit:swc:20071011:test [INFO] \- advancedflex:debugger:swc:0.2alpha2:test [INFO] ------------------------------------------------------------------------ [INFO] BUILD SUCCESSFUL [INFO] ------------------------------------------------------------------------ [INFO] Total time: 5 seconds [INFO] Finished at: Tue Jan 20 16:12:02 PST 2009 [INFO] Final Memory: 11M/22M [INFO] ------------------------------------------------------------------------
On Tue, Jan 20, 2009 at 4:07 PM, Marvin Froeder <[email protected]> wrote: > run mvn dependency:tree, I wanna see something. > > > VELO > > > On Tue, Jan 20, 2009 at 10:02 PM, Richard Rodseth <[email protected]>wrote: > >> No, I tried it because Logan's concrete example used it, and I thought it >> was some uber-artifact. I already had this: >> >> <build> >> <plugins> >> <plugin> >> <groupId>info.flex-mojos</groupId> >> <artifactId>flex-compiler-mojo</artifactId> >> <dependencies> >> <dependency> >> <groupId>com.adobe.flex</groupId> >> <artifactId>compiler</artifactId> >> <version>3.1.0-fb3</version> >> <type>pom</type> >> </dependency> >> </dependencies> >> </plugin> >> </plugins> >> </build> >> >> giving this: >> >> Missing: >> ---------- >> 1) com.adobe.flex.compiler:adt:jar:3.2.0.3958 >> >> You said I could override dependencies specified in the super-pom. If the >> above does not do so, then I guess I need to go and find the super pom and >> try to guess what you meant. >> >> >> >> On Tue, Jan 20, 2009 at 3:49 PM, Marvin Froeder <[email protected]>wrote: >> >>> flex-maven-plugin?! >>> >>> That is not the artifactId you used a few hours ago! >>> >>> <build> >>>> <plugins> >>>> <plugin> >>>> <groupId>info.flex-mojos</groupId> >>>> <artifactId>flex-compiler-mojo</artifactId> >>>> <configuration> >>>> <mergeResourceBundle>false</mergeResourceBundle> >>>> </configuration> >>>> </plugin> >>>> </plugins> >>>> </build> >>>> >>> >>> >>> VELO >>> >>> >>> On Tue, Jan 20, 2009 at 9:44 PM, Richard Rodseth <[email protected]>wrote: >>> >>>> More confusion for moi. flex-maven-plugin is not available at >>>> info.flex-mojos, so this (which I thought your suggestion implied) does not >>>> work: >>>> >>>> <build> >>>> <plugins> >>>> <plugin> >>>> <groupId>info.flex-mojos</groupId> >>>> <artifactId>flex-maven-plugin</artifactId> >>>> <dependencies> >>>> <dependency> >>>> <groupId>com.adobe.flex</groupId> >>>> <artifactId>compiler</artifactId> >>>> <version>3.1.0-fb3</version> >>>> <type>pom</type> >>>> </dependency> >>>> </dependencies> >>>> </plugin> >>>> </plugins> >>>> </build> >>>> >>>> >>>> On Tue, Jan 20, 2009 at 3:15 PM, RedBugz Software <[email protected]>wrote: >>>> >>>>> >>>>> On Tue, Jan 20, 2009 at 4:10 PM, Richard Rodseth <[email protected]> >>>>> wrote: >>>>> > Maybe the problem is I don't have 3.2 installed locally. Until I >>>>> figure out >>>>> > how to do that, can I make the super-pom use 3.1? >>>>> >>>>> Well, technically you override the super-pom's setting, but do it like >>>>> this: >>>>> >>>>> http://svn.sonatype.org/flexmojos/trunk/test-harness/projects/concept/updated-sdk/pom.xml >>>>> >>>>> You need both sections (the compiler dependency in the plugin section, >>>>> and the flex-framework dependency in the dependencies section). Just >>>>> change the version. >>>>> >>>>> Logan >>>>> >>>>> >>>>> >>>> >>>> >>>> >>> >>> >>> >> >> >> > > > > --~--~---------~--~----~------------~-------~--~----~ 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?hl=en?hl=en http://blog.flex-mojos.info/ -~----------~----~----~----~------~----~------~--~---
