|
||||||||
|
This message is automatically generated by JIRA. If you think it was sent incorrectly, please contact your JIRA administrators For more information on JIRA, see: http://www.atlassian.com/software/jira |
||||||||
- [mojo-dev] [jira] (MAPPASM-205) Null Pointer Ex... Petar Tahchiev (JIRA)
- [mojo-dev] [jira] (MAPPASM-205) Null Point... Petar Tahchiev (JIRA)
- [mojo-dev] [jira] (MAPPASM-205) Null Point... Karl Heinz Marbaise (JIRA)
- [mojo-dev] [jira] (MAPPASM-205) Null Point... Petar Tahchiev (JIRA)
- [mojo-dev] [jira] (MAPPASM-205) Null Point... Dan Tran (JIRA)
- [mojo-dev] [jira] (MAPPASM-205) Null Point... Karl Heinz Marbaise (JIRA)
- [mojo-dev] [jira] (MAPPASM-205) Null Point... Dennis Lundberg (JIRA)
- [mojo-dev] [jira] (MAPPASM-205) Null Point... Dennis Lundberg (JIRA)
- [mojo-dev] [jira] (MAPPASM-205) Null Point... Dennis Lundberg (JIRA)

You can define the platform to run on via the configuration like the following:
<project> ... <build> <plugins> <plugin> ... <configuration> <daemons> <daemon> <id>daemon-1</id> <mainClass>org.codehaus.mojo.appassembler.example.helloworld.HelloWorld</mainClass> <commandLineArguments> <commandLineArgument>argument_one</commandLineArgument> </commandLineArguments> <generatorConfigurations> <generatorConfiguration> <generator>jsw</generator> <includes> <include>linux-x86-32</include> <include>linux-x86-64</include> <include>windows-x86-32</include> </includes> </generatorConfiguration> </generatorConfigurations> <platforms> <platform>jsw</platform> </platforms> </daemon> </daemons> </configuration> </plugin> </plugins> </build> </project>