> I'm using the rpm-maven-plugin:2.1-alpha-1 and even if I specified the
> <needarch>noarch</needarch>, the produced artifact name contains the
> machine arch on which the artifact is produced (i.e.
> ${artifactId}-0.1-SNAPSHOT20110914105459.i386.rpm) instead of 'noarch'I don't use this plugin but perhaps try: <needarch>false</needarch> Otherwise try just leaving that out entirely, it should default to noarch. http://mojo.codehaus.org/rpm-maven-plugin/ident-params.html#needarch Wayne --------------------------------------------------------------------- To unsubscribe from this list, please visit: http://xircles.codehaus.org/manage_email
