You are viewing a plain text version of this content. The canonical link for it is here.
Posted to users@maven.apache.org by KR�LIK Vladim�r <vl...@assetsoft.sk> on 2003/06/11 13:32:28 UTC

RE: How do define multiple jar files per one directory in the rep osit ory.

No, you haven't.

For rnasecurity/project.xml you should set :
	<project>
		<pomVersion>3</pomVersion>
		<id>ttna-security</id>
		<groupId>ttna</groupId>
		.....
	</project>

In another project element dependecy :
	<dependecy>
		<id>tna+security</id>
		<artifactId>tnasecurity</artifactId>
		....
	</dependency>

		vlk

> -----Original Message-----
> From: Moretti, Luciano (MED) [mailto:Luciano.Moretti@med.ge.com]
> Sent: 10. j�na 2003 22:08
> To: 'users@maven.apache.org'
> Subject: How do define multiple jar files per one directory 
> in the reposit ory.
> 
> 
> Hello-
> 
> We have some projects that create multiple related jar files that have
> been traditionally stored in the same directory.
> 
> Is there a way to have them in the same directory in the 
> repository, or
> do we have to have them each in individual directories?
> 
> Example:
> 
> the two jar files:
> 
> ttna.jar
> ttnasecurity.jar
> 
> are in the same directory.  Our project needs access to both 
> jar files.
> Do I have to create $MAVEN_HOME/repository/ttna/jar &
> $MAVEN_HOME/repository/ttnasecurity/jar directories?
> 
> 
> Thank you,
> 
> Luciano Moretti
> 
> ---------------------------------------------------------------------
> To unsubscribe, e-mail: users-unsubscribe@maven.apache.org
> For additional commands, e-mail: users-help@maven.apache.org
> 

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