Re: Problem with appassembler-maven-plugin

2009-05-17 Thread Karl Heinz Marbaise

No one can help ? Who is using appassembler-maven-plugin

Kind regards
Karl Heinz Marbaise

Hi,

i have a working maven project which has no modules ...

I'm using things like Assembly-Plugin to create a binary package etc.

But now i have decided to use the appassembler-maven-plugin and tried to 
configure the plugin


and it doesn't work...

Here you can find the appropriate pom:
http://svn.supose.org/supose/trunk/pom.xml

I have tried to configure it for packaging:
 plugin
  groupIdorg.codehaus.mojo/groupId
  artifactIdappassembler-maven-plugin/artifactId
  version1.0/version
  configuration
 binPrefixSupoSE/binPrefix
assembleDirectory${project.build.directory}/supose-assembler/assembleDirectory 


   extraJvmArguments-Xms512m -Xmx1024m/extraJvmArguments
 generateRepositoryfalse/generateRepository
 repositoryNamelib/repositoryName
 repositoryLayoutflat/repositoryLayout
includeConfigurationDirectoryInClasspathtrue/includeConfigurationDirectoryInClasspath 


 platforms
 platformwindows/platform
 platformunix/platform
 /platforms
 programs
   program
 mainClasscom.soebes.supose.cli.SuposeCLI/mainClass
  namesupose/name
  /program
/programs
executions
execution
phasepackage/phase
goals
goalassemble/goal
/goals
/execution
/executions
/configuration
/plugin

So i would like to run it before the assembly plugin to package the bin 
package containing the script's which have been created by the 
appassembler plugin...


But i can't get it to work with:

mvn package

I can call it manually: mvn appassembler:assemble

So did i oversight something ? Wrong Configuration ?

Does someone has a hint ?

Many thanks in advance...

Kind regards
Karl Heinz Marbaise



--
SoftwareEntwicklung Beratung SchulungTel.: +49 (0) 2405 / 415 893
Dipl.Ing.(FH) Karl Heinz MarbaiseICQ#: 135949029
Hauptstrasse 177 USt.IdNr: DE191347579
52146 Würselen   http://www.soebes.de

-
To unsubscribe, e-mail: users-unsubscr...@maven.apache.org
For additional commands, e-mail: users-h...@maven.apache.org



Re: Problem with appassembler-maven-plugin

2009-05-17 Thread Stephen Connolly
the executions is not a child element of configuration but a sibling
On 14/05/2009, Karl Heinz Marbaise khmarba...@gmx.de wrote:
 Hi,

 i have a working maven project which has no modules ...

 I'm using things like Assembly-Plugin to create a binary package etc.

 But now i have decided to use the appassembler-maven-plugin and tried to
 configure the plugin

 and it doesn't work...

 Here you can find the appropriate pom:
 http://svn.supose.org/supose/trunk/pom.xml

 I have tried to configure it for packaging:
   plugin
groupIdorg.codehaus.mojo/groupId
artifactIdappassembler-maven-plugin/artifactId
version1.0/version
configuration
   binPrefixSupoSE/binPrefix
 assembleDirectory${project.build.directory}/supose-assembler/assembleDirectory
 extraJvmArguments-Xms512m -Xmx1024m/extraJvmArguments
   generateRepositoryfalse/generateRepository
   repositoryNamelib/repositoryName
   repositoryLayoutflat/repositoryLayout
 includeConfigurationDirectoryInClasspathtrue/includeConfigurationDirectoryInClasspath
   platforms
   platformwindows/platform
   platformunix/platform
   /platforms
   programs
 program
   mainClasscom.soebes.supose.cli.SuposeCLI/mainClass
namesupose/name
/program
  /programs
  executions
  execution
  phasepackage/phase
  goals
  goalassemble/goal
  /goals
  /execution
  /executions
  /configuration
  /plugin

 So i would like to run it before the assembly plugin to package the bin
 package containing the script's which have been created by the
 appassembler plugin...

 But i can't get it to work with:

 mvn package

 I can call it manually: mvn appassembler:assemble

 So did i oversight something ? Wrong Configuration ?

 Does someone has a hint ?

 Many thanks in advance...

 Kind regards
 Karl Heinz Marbaise
 --
 SoftwareEntwicklung Beratung SchulungTel.: +49 (0) 2405 / 415 893
 Dipl.Ing.(FH) Karl Heinz MarbaiseICQ#: 135949029
 Hauptstrasse 177 USt.IdNr: DE191347579
 52146 Würselen   http://www.soebes.de

 -
 To unsubscribe, e-mail: users-unsubscr...@maven.apache.org
 For additional commands, e-mail: users-h...@maven.apache.org



-
To unsubscribe, e-mail: users-unsubscr...@maven.apache.org
For additional commands, e-mail: users-h...@maven.apache.org



Re: Problem with appassembler-maven-plugin

2009-05-17 Thread Karl Heinz Marbaise

Hi Stephen,

the executions is not a child element of configuration but a sibling
Oh my lord...sometimes it could be so simplei've oversight this the 
whole time ...;-(...


Many thanks for your reply...

Kind regards
Karl Heinz Marbaise
--
SoftwareEntwicklung Beratung SchulungTel.: +49 (0) 2405 / 415 893
Dipl.Ing.(FH) Karl Heinz MarbaiseICQ#: 135949029
Hauptstrasse 177 USt.IdNr: DE191347579
52146 Würselen   http://www.soebes.de

-
To unsubscribe, e-mail: users-unsubscr...@maven.apache.org
For additional commands, e-mail: users-h...@maven.apache.org



Problem with appassembler-maven-plugin

2009-05-14 Thread Karl Heinz Marbaise

Hi,

i have a working maven project which has no modules ...

I'm using things like Assembly-Plugin to create a binary package etc.

But now i have decided to use the appassembler-maven-plugin and tried to 
configure the plugin


and it doesn't work...

Here you can find the appropriate pom:
http://svn.supose.org/supose/trunk/pom.xml

I have tried to configure it for packaging:
 plugin
  groupIdorg.codehaus.mojo/groupId
  artifactIdappassembler-maven-plugin/artifactId
  version1.0/version
  configuration
 binPrefixSupoSE/binPrefix
assembleDirectory${project.build.directory}/supose-assembler/assembleDirectory
   extraJvmArguments-Xms512m -Xmx1024m/extraJvmArguments
 generateRepositoryfalse/generateRepository
 repositoryNamelib/repositoryName
 repositoryLayoutflat/repositoryLayout
includeConfigurationDirectoryInClasspathtrue/includeConfigurationDirectoryInClasspath
 platforms
 platformwindows/platform
 platformunix/platform
 /platforms
 programs
   program
 mainClasscom.soebes.supose.cli.SuposeCLI/mainClass
  namesupose/name
  /program
/programs
executions
execution
phasepackage/phase
goals
goalassemble/goal
/goals
/execution
/executions
/configuration
/plugin

So i would like to run it before the assembly plugin to package the bin 
package containing the script's which have been created by the 
appassembler plugin...


But i can't get it to work with:

mvn package

I can call it manually: mvn appassembler:assemble

So did i oversight something ? Wrong Configuration ?

Does someone has a hint ?

Many thanks in advance...

Kind regards
Karl Heinz Marbaise
--
SoftwareEntwicklung Beratung SchulungTel.: +49 (0) 2405 / 415 893
Dipl.Ing.(FH) Karl Heinz MarbaiseICQ#: 135949029
Hauptstrasse 177 USt.IdNr: DE191347579
52146 Würselen   http://www.soebes.de

-
To unsubscribe, e-mail: users-unsubscr...@maven.apache.org
For additional commands, e-mail: users-h...@maven.apache.org



Re: Problem with appassembler-maven-plugin

2009-05-14 Thread Karl Heinz Marbaise

Hi,

sorry missed to add the pom.xml file.

Kind regards
Karl Heinz Marbaise
--
SoftwareEntwicklung Beratung SchulungTel.: +49 (0) 2405 / 415 893
Dipl.Ing.(FH) Karl Heinz MarbaiseICQ#: 135949029
Hauptstrasse 177 USt.IdNr: DE191347579
52146 Würselen   http://www.soebes.de
project xmlns=http://maven.apache.org/POM/4.0.0; xmlns:xsi=http://www.w3.org/2001/XMLSchema-instance; xsi:schemaLocation=http://maven.apache.org/POM/4.0.0 http://maven.apache.org/maven-v4_0_0.xsd;
	modelVersion4.0.0/modelVersion
	groupIdcom.soebes/groupId
	artifactIdsupose/artifactId
	version0.5.3-SNAPSHOT/version
	packagingjar/packaging

	nameSubversion Repository Search Engine/name
	descriptionSupoSE is an approache to scan a whole Subversion Repository an put all needed information 
		into an Lucene Index to do search queris on it later./description
	urlhttp://www.supose.org/url
	licenses
		license
			nameThe GNU General Public License Version 2/name
			urlhttp://www.gnu.org/licenses/gpl-2.0.txt/url
			distributionrepo/distribution
			!-- 			commentsComments/comments  --
		/license
	/licenses

	properties
		maven-license-plugin.version1.4.0/maven-license-plugin.version
		quartz.version1.6.4/quartz.version
		ini4j.version0.5.1/ini4j.version
		lucene.version2.4.0/lucene.version
		tika.version0.3/tika.version
	/properties

	organization
		nameSoftwareEntwicklung Beratung Schulung/name
		urlhttp://www.soebes.de/url
	/organization

	developers
		developer
			idkama/id
			nameKarl Heinz Marbase/name
			emailk...@soebes.de/email
			timezone+1/timezone
			roles
roleproject lead/role
rolecommiter/role
			/roles
		/developer
	/developers

	contributors
		contributor
			emailmsu...@redhat.com/email
			roles
rolereporter/role
roletester/role
			/roles
		/contributor
		contributor
			emailbill@sungardhe.com/email
			roles
rolereporter/role
roletester/role
			/roles
		/contributor
		contributor
			nameMark Schlieker/name
			roles
rolereporter/role
roletester/role
			/roles
		/contributor
	/contributors

	issueManagement
		systemRedmine/system
		urlhttp://www.supose.org/url
	/issueManagement

	ciManagement
		systemHudson/system
		url${cimanagement.url}/url
	/ciManagement

	scm
		connectionscm:svn:http://svn.serverix/supose//connection
		developerConnectionscm:svn:http://svn.serverix/supose/trunk/developerConnection
		urlhttp://www.supose.org/repositories/show/supose/url
	/scm

	build
		finalName${project.artifactId}-${project.version}-${buildNumber}/finalName
		plugins
			plugin
groupIdorg.apache.maven.plugins/groupId
artifactIdmaven-antrun-plugin/artifactId
version1.2/version
executions
	execution
		phaseclean/phase
		configuration
			tasks unless=maven.test.skip
echoSCM URL: ${system.scm.url}/echo
echoSCM DEV: ${system.scm.dev}/echo
echoSCM CON: ${system.scm.connection}/echo
echo DI URL: ${system.site.deployment}/echo
			/tasks
		/configuration
		goals
			goalrun/goal
		/goals
	/execution
/executions
			/plugin

			plugin
artifactIdmaven-clean-plugin/artifactId
configuration
	filesets
		fileset
			directorytest-output/directory
		/fileset
	/filesets
/configuration
			/plugin			

			plugin
groupIdorg.apache.maven.plugins/groupId
artifactIdmaven-compiler-plugin/artifactId
configuration
	source1.5/source
	target1.5/target
	debugtrue/debug
/configuration
			/plugin
			plugin
groupIdorg.apache.maven.plugins/groupId
artifactIdmaven-resources-plugin/artifactId
version2.3/version
configuration
	encodingUTF-8/encoding
/configuration
			/plugin
			plugin
groupIdorg.apache.maven.plugins/groupId
artifactIdmaven-surefire-plugin/artifactId
version2.4.3/version
configuration
	forkModeonce/forkMode
	printSummarytrue/printSummary
	useFiletrue/useFile
	testFailureIgnoretrue/testFailureIgnore
	suiteXmlFiles
		suiteXmlFilesrc/test/resources/test-all.xml/suiteXmlFile
	/suiteXmlFiles
/configuration
			/plugin

			plugin
groupIdorg.apache.maven.plugins/groupId
artifactIdmaven-site-plugin/artifactId
			/plugin

			!-- to be sure the created file of the coverage report will be delted --
			plugin
groupIdorg.codehaus.mojo/groupId
artifactIdcobertura-maven-plugin/artifactId
version2.2/version
executions
	execution
		idclean/id
		goals
			goalclean/goal
		/goals
	/execution
/executions
			/plugin
			plugin
groupIdorg.apache.maven.plugins/groupId
artifactIdmaven-assembly-plugin/artifactId
version2.2-beta-3/version
configuration
	descriptors
		descriptorsrc/main/assembly/bin.xml/descriptor
		descriptorsrc/main/assembly/src.xml/descriptor
	/descriptors
/configuration
executions
	execution
		phasepackage/phase
		goals
			goalsingle/goal
		/goals