RE: How Do I Deploys The Sources To The Repository

2006-11-09 Thread Yves Van Steen
17:20 Aan: Maven Users List; [EMAIL PROTECTED] Onderwerp: Re: How Do I Deploys The Sources To The Repository Yves Van Steen [EMAIL PROTECTED] wrote on 11/07/2006 09:58:46 AM: I can generate a jar containing the source files of a project. But how do I configure it to deploy the source jar

RE: How Do I Deploys The Sources To The Repository

2006-11-09 Thread Yves Van Steen
-Oorspronkelijk bericht- Van: Yves Van Steen [mailto:[EMAIL PROTECTED] Verzonden: donderdag 9 november 2006 15:33 Aan: 'Maven Users List' Onderwerp: RE: How Do I Deploys The Sources To The Repository Hey greg, Sorry for this wrong information it does seem to work with the install goal

How Do I Deploys The Sources To The Repository

2006-11-07 Thread Yves Van Steen
Hey, I can generate a jar containing the source files of a project. But how do I configure it to deploy the source jar to the repo? I need this because I would like to use the download sources setting of the eclipse plugin for my own projects. So far I have found nothing that would

RE: How do i use the hibernate3 plugin from codehause

2006-10-20 Thread Yves Van Steen
: Hi Yves, 2006/10/19, Yves Van Steen [EMAIL PROTECTED]: I want to create ddl sql files from my hbm files but none of the goals of the hibernate3 plugin actually works? Is this plugin useable or still in development? I'm using it quite successfully to generate ddl-files

How do i use the hibernate3 plugin from codehause

2006-10-19 Thread Yves Van Steen
Hey, I want to create ddl sql files from my hbm files but none of the goals of the hibernate3 plugin actually works? Is this plugin useable or still in development? If possible I also want to execute these sql files to my database server. Anybody have any ideas? My configuration is

Xdoclet Plugin

2006-10-19 Thread Yves Van Steen
Hey, Little help needed with xdoclet plugin. 1)hibernatecf doesn’t add the mappingsfiles to the configuration file. The mappings files are in the resource folder. Why? 2)The schemaexport tag doesn’t seem to work. Normal ? 3)How can I execute the generated sql file on my

RE: [M2]Creating a companywide POM

2006-10-12 Thread Yves Van Steen
Hey, This is very simple. Just create a top or company pom where you declare the packaging to pom as value. The pom value means you just add the pom to your repository and don't create a jar, ejb or ear. In your project pom you declare the parent element. Project Pom parent

Multiple Repository Handling (and ibiblio fallback)

2006-10-12 Thread Yves Van Steen
Hello, I’m looking for some help on repository handling. In our company we have 2 internal repository servers (both running maven-proxy). They are also used for Ibiblio mirroring. And they both contain 2 directories (one for snapshots and one for releases). This setup is complete and works

RE: [M2] Deploy into Remote Repository

2006-10-12 Thread Yves Van Steen
Hey, This is an example of a pom with the settings to download to a repo server and from a repo server. For the deploying process just do mvn deploy. It then builds this project and places it in the local repo and then deploys it to the remote repo. It uses scp (ssh based). ?xml version=1.0

RE: [M2] Deploy into Remote Repository

2006-10-12 Thread Yves Van Steen
I forgot something. If you want to declare it globally you can use a top project pom (like I did) or a company pom which your project pom inherits from using the parent tag in the pom.xml. I you have multiple people using one pc. Then you need to configure the server section in the settings.xml

Multiple Repository Handling (and ibiblio fallback)

2006-10-11 Thread Yves Van Steen
Hello, I’m looking for some help on repository handling. In our company we have 2 internal repository servers (both running maven-proxy). They are also used for Ibiblio mirroring. And they both contain 2 directories (one for snapshots and one for releases). This setup is complete and works