I do this in maven.xml to install the schema file generate with
hibernate to the local repository. I guess you may do something
similar just using artifact:deploy instead of artifact install, just
read the documentation of artifact:

<project default="jar" xmlns:artifact="artifact">
    <postGoal name="jar:install">
        <attainGoal name="hibernate:schema-export"/>
        <artifact:install
artifact="${maven.build.dir}/schema/${pom.artifactId}-${pom.currentVersion}-schema.sql"
type="schema" project="${pom}"/>
    </postGoal>
</project>

Regards
Jose

On Thu, 16 Dec 2004 12:20:46 -0200, Roberto Castro
<[EMAIL PROTECTED]> wrote:
> Hi ! Althought not recommended, I generate one jar, one war and one ear 
> artifact in only one Maven subproject. The system is not mine and I cannot 
> modify it, but I'd like to deploy all artifacts to the remote repository. Is 
> it possible to do this kind of thing?
> I can copy all artifacts to the local repository using ant copy command in 
> "maven.xml" file, but I don't know what to do to copy to the remote 
> repository.
> Thanks in advance for the help.
>         Regards,
> 
>      Roberto de Castro
>      Analista de Suporte
>      Cetip - Desus Rio de Janeiro
>      +55 21 2276-7439
>      mailto:[EMAIL PROTECTED]
> 
> Atenção: Esta mensagem foi enviada para uso exclusivo do(s) destinatários(s) 
> acima
> identificado(s), podendo conter informações e/ou documentos
> confidencias/privilegiados e seu sigilo é protegido por lei.
> Caso você tenha recebido por engano, por favor, informe o remetente e 
> apague-a de
> seu sistema.
> Notificamos que é proibido por lei a sua retenção, disseminação, 
> distribuição, cópia ou
> uso sem expressa autorização do remetente.
> Opiniões pessoais do remetente não refletem, necessariamente, o ponto de 
> vista da
> CETIP, o qual é divulgado somente por pessoas autorizadas.
> 
> Attention:  This message was sent for exclusive use of the addressees above
> identified, being able to contain information and or privileged/confidential 
> documents
> and law protects its secrecies.
> In case that you it has received for deceit, please, it informs the shipper 
> and erases it
> of your system.
> We notify that law forbids its retention, dissemination, distribution, copy 
> or use without
> express authorization.
> Personal opinions of the shipper do not reflect, necessarily, the point of 
> view of the
> CETIP, which is only divulged by authorized people.
> 
> ---------------------------------------------------------------------
> To unsubscribe, e-mail: [EMAIL PROTECTED]
> For additional commands, e-mail: [EMAIL PROTECTED]
> 
>

---------------------------------------------------------------------
To unsubscribe, e-mail: [EMAIL PROTECTED]
For additional commands, e-mail: [EMAIL PROTECTED]

Reply via email to