I do not get.... what is the point of this diff then if it didn't worked?

What is your maven version?

VELO

On Sun, Oct 10, 2010 at 5:08 PM, aparrish <[email protected]> wrote:

> I tried the following:
>
> new-host:flexMojos2 adamparrish$ git diff flexmojos-testing/flexmojos-
> tester/pom.xml
> diff --git a/flexmojos-testing/flexmojos-tester/pom.xml b/flexmojos-
> testing/flexmojos-tester/pom.xml
> index 3f88acb..9d4fc43 100644
> --- a/flexmojos-testing/flexmojos-tester/pom.xml
> +++ b/flexmojos-testing/flexmojos-tester/pom.xml
> @@ -20,6 +20,16 @@
>       <plugin>
>         <groupId>com.savage7.maven.plugins</groupId>
>         <artifactId>maven-external-dependency-plugin</artifactId>
> +       <executions>
> +          <execution>
> +            <id>resolve-external</id>
> +            <phase>validate</phase>
> +          </execution>
> +          <execution>
> +            <id>install-external</id>
> +            <phase>validate</phase>
> +          </execution>
> +       </executions>
>       </plugin>
>       <plugin>
>         <groupId>org.apache.maven.plugins</groupId>
> @@ -83,4 +93,4 @@
>     </dependency>
>   </dependencies>
>
> -</project>
> \ No newline at end of file
> +</project>
>
> Which didn't work for me.
>
> However, I did run mvn validate in that directory and it worked fine.
>
> Thanks for the help.
>
> On Oct 9, 8:10 pm, Marvin Froeder <[email protected]> wrote:
> > Ow, I will move that plugin to validate phase then...
> http://svn.apache.org/repos/asf/maven/maven-3/trunk/maven-core/src/ma...
> >
> > VELO
> >
> > On Sun, Oct 10, 2010 at 2:01 AM, Bryan Turner <[email protected]>
> wrote:
> > > cd to flexmojos-testing/flexmojos-tester and run mvn initialize, then
> go
> > > back to the root and run mvn clean install -Pminimal. The
> > > external-dependency-plugin is not running before Maven attempts to
> validate
> > > that dependencies are all in place (seems like it should be, but it
> isn't).
> > > If you run mvn initialize, it should download the necessary external
> > > dependencies and install them in your local repository. After that, the
> > > minimal build should complete without errors.
> >
> > > On Sat, Oct 9, 2010 at 3:58 PM, aparrish <[email protected]> wrote:
> >
> > >> I just did a clone of the latest and tried to build. When running with
> > >> Maven 3.0 and with the mvn clean install -P minimal command I receive
> > >> the following:
> >
> > >> [WARNING] The POM for com.adobe:flashplayer:exe:10.1 is missing, no
> > >> dependency information available
> > >> [WARNING] The POM for com.adobe:flashplayer:uexe:linux:10.1 is
> > >> missing, no dependency information available
> > >> [INFO]
> > >>
> ------------------------------------------------------------------------
> > >> [INFO] Reactor Summary:
> > >> [INFO]
> > >> [INFO] Flexmojos Parent .................................. SUCCESS
> > >> [0.689s]
> > >> [INFO] Flexmojos util .................................... SUCCESS
> > >> [1.450s]
> > >> [INFO] Flexmojos Common Matcher .......................... SUCCESS
> > >> [0.389s]
> > >> [INFO] Flexmojos Sandbox ................................. SUCCESS
> > >> [0.070s]
> > >> [INFO] Flexmojos Generator ............................... SUCCESS
> > >> [0.106s]
> > >> [INFO] Flexmojos Generator api ........................... SUCCESS
> > >> [0.479s]
> > >> [INFO] Flexmojos Generator Plugin ........................ SUCCESS
> > >> [0.795s]
> > >> [INFO] Flexmojos Generator - Internal Threadlocal generator  SUCCESS
> > >> [0.685s]
> > >> [INFO] Flexmojos ThreadLocalToolkit wrapper .............. SUCCESS
> > >> [0.417s]
> > >> [INFO] Flexmojos Generator - Internal ifaces generator ... SUCCESS
> > >> [0.674s]
> > >> [INFO] Flexmojos Flex compiler ........................... SUCCESS
> > >> [2.432s]
> > >> [INFO] Flexmojos Flex3 compatibility layer ............... SUCCESS
> > >> [0.172s]
> > >> [INFO] Flexmojos Generator - Internal Flex2 generator .... SUCCESS
> > >> [0.166s]
> > >> [INFO] Flexmojos Flex2 compatibility layer ............... SUCCESS
> > >> [0.453s]
> > >> [INFO] Flexmojos Test Coverage reported .................. SUCCESS
> > >> [0.348s]
> > >> [INFO] Flexmojos Generator - graniteds 1.1.0 ............. SUCCESS
> > >> [0.444s]
> > >> [INFO] Flexmojos Generator - graniteds 2.0.0 ............. SUCCESS
> > >> [0.589s]
> > >> [INFO] Flexmojos Generator - graniteds 2.1.0 ............. SUCCESS
> > >> [0.264s]
> > >> [INFO] Flexmojos Generator - graniteds 2.2.0 ............. SUCCESS
> > >> [0.250s]
> > >> [INFO] Flexmojos Generator - Constraints ................. SUCCESS
> > >> [0.202s]
> > >> [INFO] Flexmojos Testing ................................. SUCCESS
> > >> [0.163s]
> > >> [INFO] Flexmojos Tester api .............................. FAILURE
> > >> [0.021s]
> > >> [INFO] Flexmojos Maven Plugin ............................ SKIPPED
> > >> [INFO] Flexmojos Super poms .............................. SKIPPED
> > >> [INFO] Flexmojos Aggregator .............................. SKIPPED
> > >> [INFO]
> > >>
> ------------------------------------------------------------------------
> > >> [INFO] BUILD FAILURE
> > >> [INFO]
> > >>
> ------------------------------------------------------------------------
> > >> [INFO] Total time: 11.901s
> > >> [INFO] Finished at: Sat Oct 09 18:55:49 EDT 2010
> > >> [INFO] Final Memory: 40M/265M
> > >> [INFO]
> > >>
> ------------------------------------------------------------------------
> > >> [ERROR] Failed to execute goal on project flexmojos-tester: Could not
> > >> resolve dependencies for project org.sonatype.flexmojos:flexmojos-
> > >> tester:jar:4.0-SNAPSHOT: The following artifacts could not be
> > >> resolved: com.adobe:flashplayer:exe:10.1,
> > >> com.adobe:flashplayer:uexe:linux:10.1: Failure to find
> > >> com.adobe:flashplayer:exe:10.1 in
> > >>http://repository.sonatype.org/content/groups/flexgroup/
> > >> was cached in the local repository, resolution will not be reattempted
> > >> until the update interval of flex-mojos-repository has elapsed or
> > >> updates are forced -> [Help 1]
> >
> > >> Any ideas what is going on?
> >
> > >> On Oct 6, 2:50 pm, Marvin Froeder <[email protected]> wrote:
> > >> > I push the maven 3.0 in.
> >
> > >> > VELO
> >
> > >>  > On Wed, Oct 6, 2010 at 2:55 PM, aparrish <[email protected]>
> wrote:
> > >> > > Builds fine if we modify to use Maven 3 Beta 3.
> >
> > >> > > Maybe you should modify your top level pom since that RC3 has
> > >> > > disappeared.
> >
> > >> > > On Oct 6, 8:32 am, Marvin Froeder <[email protected]> wrote:
> > >> > > > Try it, I have no idea.
> >
> > >> > > > On Wed, Oct 6, 2010 at 9:30 AM, aparrish <[email protected]>
> > >> wrote:
> > >> > > > > I guess another work-around would be for me to change the
> > >> restriction
> > >> > > > > on maven version in the parent pom for flex-mojos.
> >
> > >> > > > > However, do you actually need some of the features in the most
> > >> current
> > >> > > > > release of Maven 3 RC 3?
> >
> > >> > > > > I could probably go back to the Maven 3 Beta 3 Release and see
> how
> > >> > > > > that goes right?
> >
> > >> > > > > On Oct 5, 10:58 pm, Bruno Selva <[email protected]>
> wrote:
> > >> > > > > > I sent an email to Maven Group.
> >
> > >> > > > > > I don't know where the maven group are doing with the
> releases.
> >
> > >> > > > > > It is a big mess.
> >
> > >> > > > > > On Tue, Oct 5, 2010 at 10:53 PM, Marvin Froeder <
> > >> [email protected]>
> > >> > > > > wrote:
> > >> > > > > > > I really dont know what is maven 3 release process...
> >
> > >> > > > > > > Sent from DROID
> >
> > >> > > > > > > Em 05/10/2010 22:50, "aparrish" <[email protected]
> > >> >escreveu:
> >
> > >> > > > > > > So all of these artifacts have now disappeared:
> >
> > >> > > > > > > Downloading:
> >
> > >> > >
> http://repository.sonatype.org/content/groups/flexgroup/org/apache/ma.
> > >> > > > > ..
> > >> > > > > > > Downloading:
> >
> > >> > >
> http://repository.sonatype.org/content/groups/public/org/apache/maven.
> > >> > > > > ..
> > >> > > > > > > Downloading:
> >
> > >> > >
> https://repository.apache.org/content/repositories/maven-014/org/apac.
> > >> > > > > ..
> > >> > > > > > > Downloading:
> >
> > >> > >
> http://repo1.maven.org/maven2/org/apache/maven/maven-artifact/3.0-RC3.
> > >> > > > > ..
> > >> > > > > > > [WARNING] The POM for
> > >> org.apache.maven:maven-artifact:jar:3.0-RC3
> > >> > > is
> > >> > > > > > > missing, no dependency information available
> > >> > > > > > > Downloading:
> >
> > >> > >
> http://repository.sonatype.org/content/groups/flexgroup/org/apache/ma.
> > >> > > > > ..
> > >> > > > > > > Downloading:
> >
> > >> > >
> http://repository.sonatype.org/content/groups/public/org/apache/maven.
> > >> > > > > ..
> > >> > > > > > > Downloading:
> >
> > >> > >
> https://repository.apache.org/content/repositories/maven-014/org/apac.
> > >> > > > > ..
> > >> > > > > > > Downloading:
> >
> > >> > >
> http://repo1.maven.org/maven2/org/apache/maven/maven-artifact/3.0-RC3.
> > >> > > > > ..
> >
> > >> > > > > > > I guess they have moved some of the RC3 artifacts in
> > >> anticipation
> > >> > > of
> > >> > > > > > > it being released - what do you think?
> >
> > >> > > > > > > On Oct 5, 9:19 pm, Marvin Froeder <[email protected]>
> wrote:
> > >> > > > > > > > I have no idea why, but maven devs d...
> >
> > >> > > > > > > > On Tue, Oct 5, 2010 at 10:17 PM, aparrish <
> > >> [email protected]>
> > >> > > > > wrote:
> > >> > > > > > > > > Thanks - blew away my r...
> >
> > >> > > > > > > > > <flex-mojos%[email protected]<flex-mojos%[email protected]>
> <flex-mojos%[email protected]<flex-mojos%[email protected]>
> >
> > >> <flex-mojos%[email protected]<flex-mojos%[email protected]>
> <flex-mojos%[email protected]<flex-mojos%[email protected]>
> >
> >
> > >> > > <flex-mojos%[email protected]<flex-mojos%[email protected]>
> <flex-mojos%[email protected]<flex-mojos%[email protected]>
> >
> > >> <flex-mojos%[email protected]<flex-mojos%[email protected]>
> <flex-mojos%[email protected]<flex-mojos%[email protected]>
> >
> >
> > >> > > > > <flex-mojos%[email protected]<flex-mojos%[email protected]>
> <flex-mojos%[email protected]<flex-mojos%[email protected]>
> >
> > >> <flex-mojos%[email protected]<flex-mojos%[email protected]>
> <flex-mojos%[email protected]<flex-mojos%[email protected]>
> >
> >
> > >> > > <flex-mojos%[email protected]<flex-mojos%[email protected]>
> <flex-mojos%[email protected]<flex-mojos%[email protected]>
> >
> > >> <flex-mojos%[email protected]<flex-mojos%[email protected]>
> <flex-mojos%[email protected]<flex-mojos%[email protected]>
> >
> >
> > >> > > > > > > <flex-mojos%[email protected]<flex-mojos%[email protected]>
> <flex-mojos%[email protected]<flex-mojos%[email protected]>
> >
> > >> <flex-mojos%[email protected]<flex-mojos%[email protected]>
> <flex-mojos%[email protected]<flex-mojos%[email protected]>
> >
> >
> > >> > > <flex-mojos%[email protected]<flex-mojos%[email protected]>
> <flex-mojos%[email protected]<flex-mojos%[email protected]>
> >
> > >> <flex-mojos%[email protected]<flex-mojos%[email protected]>
> <flex-mojos%[email protected]<flex-mojos%[email protected]>
> >
> >
> > >> > > > > <flex-mojos%[email protected]<flex-mojos%[email protected]>
> <flex-mojos%[email protected]<flex-mojos%[email protected]>
> >
> > >> <flex-mojos%[email protected]<flex-mojos%[email protected]>
> <flex-mojos%[email protected]<flex-mojos%[email protected]>
> >
> >
> > >> > > <flex-mojos%[email protected]<flex-mojos%[email protected]>
> <flex-mojos%[email protected]<flex-mojos%[email protected]>
> >
> > >> <flex-mojos%[email protected]<flex-mojos%[email protected]>
> <flex-mojos%[email protected]<flex-mojos%[email protected]>
> >
> >
> > >> > > > > > > > > > >> For more options, visit this group at
> > >> > > > > > > > > > >>http://groups.google.com/group/flex-mojos
> > >> > > > > > > >...
> >
> > >> > > > > > >  --
> > >> > > > > > > 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]<flex-mojos%[email protected]>
> <flex-mojos%[email protected]<flex-mojos%[email protected]>
> >
> > >> <flex-mojos%[email protected]<flex-mojos%[email protected]>
> <flex-mojos%[email protected]<flex-mojos%[email protected]>
> >
> >
> > >> > > <flex-mojos%[email protected]<flex-mojos%[email protected]>
> <flex-mojos%[email protected]<flex-mojos%[email protected]>
> >
> >
> > ...
> >
> > read more ยป
>
> --
> 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]<flex-mojos%[email protected]>
> For more options, visit this group at
> http://groups.google.com/group/flex-mojos
>
> http://flexmojos.sonatype.org/
>

-- 
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/

Reply via email to