[JBoss-dev] common project structure changes

Ruel Loehr ruel.loehr at jboss.com
Fri Sep 1 11:19:36 EDT 2006


Done.   You just have to tell the jar plugin the name you wish you use if you don't want to accept the default.   

  <!-- describe the jarring process -->
      <plugin>
        <groupId>org.apache.maven.plugins</groupId>
        <artifactId>maven-jar-plugin</artifactId>
        <executions>
           <execution>
              <goals>
                 <goal>jar</goal>
              </goals>
           </execution>
        </executions>
        <configuration>
           <jarName>jboss-xml-binding</jarName>
        </configuration>
     </plugin>

Ruel Loehr
JBoss, a division of Red Hat
QA
 
-----------------------------
512-342-7840 ext 2011
Yahoo: ruelloehr
Skype: ruelloehr
AOL: dokoruel

-----Original Message-----
From: jboss-development-bounces at lists.jboss.org [mailto:jboss-development-bounces at lists.jboss.org] On Behalf Of Alexey Loubyansky
Sent: Friday, September 01, 2006 8:56 AM
To: JBoss.org development list
Subject: Re: [JBoss-dev] common project structure changes

Ruel, could you take care if this? I'd do it myself, but not sure how. 
The default format is artifactId + '-' + version. And the version is 
required. Is there a way to change the format.
A workaround would be
   <artifactId>jboss-xml</artifactId>
   <version>binding</version>

:)

Thanks!

Alexey

Scott M Stark wrote:
> It should still be called jboss-xml-binding.jar
> 
> Alexey Loubyansky wrote:
>> jbossxb output changed from jboss-xml-binding.jar to jbossxb.jar. If 
>> it's going to be called this way now we'll have to update references 
>> to it in the repository.
>>
> 
> _______________________________________________
> jboss-development mailing list
> jboss-development at lists.jboss.org
> https://lists.jboss.org/mailman/listinfo/jboss-development
> 
_______________________________________________
jboss-development mailing list
jboss-development at lists.jboss.org
https://lists.jboss.org/mailman/listinfo/jboss-development

-- 
No virus found in this incoming message.
Checked by AVG Free Edition.
Version: 7.1.405 / Virus Database: 268.11.7/435 - Release Date: 8/31/2006
 

-- 
No virus found in this outgoing message.
Checked by AVG Free Edition.
Version: 7.1.405 / Virus Database: 268.11.7/435 - Release Date: 8/31/2006
 




More information about the jboss-development mailing list