FWIW, you can make your hudson profile auto-activate using this strategy:

<profiles>
  <profile>
     <id>hudson</id>
     <activation>
        <property><name>BUILD_NUMBER</name></property>
     </activation>

or any other env variable hudson sets (such as any listed here
http://weblogs.java.net/blog/johnsmart/archive/2008/03/using_hudson_en.html
)



On Thu, Mar 11, 2010 at 5:07 PM, Davick <[email protected]> wrote:
> Thank's a lot VELO!
>
> What you mean is that with a second profile like this:
>
>    <profile>
>        <id>hudson</id>
>        <activation>
>                <property>
>                <name>hudson.build</name>
>                <value>true</value>
>            </property>
>        </activation>
>        <properties>
>                <maven.test.skip>true</maven.test.skip>
>        </properties>
>        <build>
>                <plugins>
>                <plugin>
>                        <groupId>org.sonatype.flexmojos</groupId>
>                    <artifactId>flexmojos-maven-plugin</artifactId>
>                    <version>${flex-mojos.version}</version>
>                </plugin>
>            </plugins>
>        </build>
>    </profile>
>
> And execute:
>
> mvn -Phudson -Dhudson.build=true install
>
> Is it correct?
>
> David.
>
> On 11 mar, 15:21, Marvin Froeder <[email protected]> wrote:
>> He was adding a second call to test-run and skipping that second call.
>>
>> VELO
>>
>> On Thu, Mar 11, 2010 at 5:28 PM, Davick <[email protected]>wrote:
>>
>>
>>
>> > Hi Peter!
>>
>> > I have the same problem because my build system is in RHEL with
>> > processor itanium, and I can't install flash player.
>>
>> > I can't understand your solution. could you please be more especific.
>>
>> > Thanks a lot!
>>
>> > David
>>
>> > On 16 feb, 04:33, Peter <[email protected]> wrote:
>> > > On Feb 16, 11:27 am, Marvin Froeder <[email protected]> wrote:
>>
>> > > > What you did:
>> > > > 1 - Add a hudson profile
>> > > > 2 - Add an extra test-run execution
>> > > > 3 - Skipped this extra test-run
>>
>> > > > VELO
>>
>> > > Hi!
>>
>> > > Indeed :-) *blush* Removing the executions did the trick. Thanks for
>> > > the help!!
>>
>> > > BB
>> > > Peter
>>
>> > --
>> > 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%2bunsubscr...@googlegrou
>> >  ps.com>
>> > For more options, visit this group at
>> >http://groups.google.com/group/flex-mojos?hl=en?hl=en
>>
>> >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?hl=en?hl=en
>
> 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?hl=en?hl=en

http://flexmojos.sonatype.org/

Reply via email to