RE : problem when generating pom including parent tag

2009-12-03 Thread Lewandowski, Eric
Sorry... I've just found the answer !

The tag  was commented... not in the generated pom file, but in the 
parent pom file ! 

Regards,
Eric Lewandowski

-Message d'origine-
De : Lewandowski, Eric [mailto:eric.lewandow...@cgi.com] 
Envoyé : 3 décembre 2009 19:44
À : users@maven.apache.org
Objet : problem when generating pom including parent tag

Hi

 

I've just installed Eclipse Galileo running under JDK 1.5.0_15 (Windows
XP Pro). I installed the last version of M2Eclipse and I choose to
create a Maven project.

 

Here's the simple POM that m2Eclipse generated :

 

http://maven.apache.org/POM/4.0.0";
xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance";
xsi:schemaLocation="http://maven.apache.org/POM/4.0.0
http://maven.apache.org/maven-v4_0_0.xsd";>

  

sqag-parent

gov.dgsig.sqag

1.5.0-SNAPSHOT

  

  4.0.0

  gov.dgsig.sqag

  sqag-commun

  1.5.0-SNAPSHOT



 

and here's the error message I received : 

no more data available - expected end tag  to close start tag
 from line 2, parser stopped on END_TAG seen
...-->... @332:14 

 

The project cannot be built by Maven. What's wrong ? How can I solve
this problem ?

 

Regards,

Eric Lewandowski


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



problem when generating pom including parent tag

2009-12-03 Thread Lewandowski, Eric
Hi

 

I've just installed Eclipse Galileo running under JDK 1.5.0_15 (Windows
XP Pro). I installed the last version of M2Eclipse and I choose to
create a Maven project.

 

Here's the simple POM that m2Eclipse generated :

 

http://maven.apache.org/POM/4.0.0";
xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance";
xsi:schemaLocation="http://maven.apache.org/POM/4.0.0
http://maven.apache.org/maven-v4_0_0.xsd";>

  

sqag-parent

gov.dgsig.sqag

1.5.0-SNAPSHOT

  

  4.0.0

  gov.dgsig.sqag

  sqag-commun

  1.5.0-SNAPSHOT



 

and here's the error message I received : 

no more data available - expected end tag  to close start tag
 from line 2, parser stopped on END_TAG seen
...-->... @332:14 

 

The project cannot be built by Maven. What's wrong ? How can I solve
this problem ?

 

Regards,

Eric Lewandowski



RE: [SURVEY] How does your team retrieve artifacts?

2008-05-21 Thread Lewandowski, Eric
[X] Our team uses HTTP to retrieve our artifacts


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



RE: Cannot compile jasper report with jasperreports-maven-plugin

2008-03-27 Thread Lewandowski, Eric
Thanks a lot David !

Adding compile solves the problem because it forces the plugin 
to compile the report after the java classes compilation.

Regards !
Eric Lewandowski

-Message d'origine-
De : David C. Hicks [mailto:[EMAIL PROTECTED] 
Envoyé : 27 mars 2008 19:33
À : Maven Users List
Objet : Re: Cannot compile jasper report with jasperreports-maven-plugin

Try binding the "compile-reports" goal to the "compile" phase of the build.
Like so...



compile

compile-reports




That still might not do the trick. I'm not sure when the plugin will get 
executed with respect to the Java compile step.

For my own use of this plugin, I compile my reports into an entirely 
separate jar file as a separate module. This way, my Java classes are 
available as a dependency.

Dave


Lewandowski, Eric wrote:
>   
> Hi !
>
> I have an artifact (jar file) which contains jrxml files and classes
> implementing JRDataSource. Theses classes are used in my jrxml files.
>
> I want to use jasperreports-maven-plugin to compile jrxml files. Jasper
> compilation fails because it cannot find my classes implementing
> JRDataSource, i.e it cannot find the .class files ?
>
> If I compile the java classes, and I compile my JRDataSource in another
> step, it's fine !
>
> So, why jasperreports-maven-plugin cannot find my classes generated
> during the maven build ?
>
> Here's the definition of jasperreports-maven-plugin in the pom file of
> my artefact. 
>
> Thanks !
>
> Best Regards !
> Eric Lewandowski
>
>   
>   org.codehaus.mojo
>   jasperreports-maven-plugin
>   
> 
>   
> compile-reports
>   
> 
>   
> 
>   
> jasperreports
> jasperreports
> 2.0.4
>   
> 
>
> -
> 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]


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



Cannot compile jasper report with jasperreports-maven-plugin

2008-03-27 Thread Lewandowski, Eric
  
Hi !

I have an artifact (jar file) which contains jrxml files and classes
implementing JRDataSource. Theses classes are used in my jrxml files.

I want to use jasperreports-maven-plugin to compile jrxml files. Jasper
compilation fails because it cannot find my classes implementing
JRDataSource, i.e it cannot find the .class files ?

If I compile the java classes, and I compile my JRDataSource in another
step, it's fine !

So, why jasperreports-maven-plugin cannot find my classes generated
during the maven build ?

Here's the definition of jasperreports-maven-plugin in the pom file of
my artefact. 

Thanks !

Best Regards !
Eric Lewandowski

  
  org.codehaus.mojo
  jasperreports-maven-plugin
  

  
compile-reports
  

  

  
jasperreports
jasperreports
2.0.4
  


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



Problem installing Archiva as a service

2007-11-05 Thread Lewandowski, Eric
Hi,

 

First, I installed Archive bundled in a product called Maestro. I
uninstall Maestro to move to Archiva 1.0 beta 2. 

But when I tried to run Archiva 1.0 beta 2 as a Windows service (Archiva
is hosted on a Windows Server Service pack 1), ma new Archiva 1.0 beta 2
started with my Maestro configuration, even if the directories were
previously deleted.

 

I suppose there's something wrong in the windows registry. If it's true,
does somebody know which key I have to manually delete ?

 

Cheers,

Eric Lewandowski



RE: Archiva 1.0 beta 3

2007-11-05 Thread Lewandowski, Eric
Thanks for your information Brett !

I tried this : just copy the /conf et the data directories from my 1.0 beta 2 
to my 1.0 beta 3 and it works.

For your information, I did not delete the indexes and the archiva databases.

Cheers,
Eric.

-Message d'origine-
De : Brett Porter [mailto:[EMAIL PROTECTED] 
Envoyé : 4 novembre 2007 21:31
À : Maven Users List
Objet : Re: Archiva 1.0 beta 3

If you retain the data directory and configuration file, new versions
of Archiva should continue to work seamlessly.

Most important is to retain the users database (which is separate) -
you can safely delete the indexes and archiva databases and they will
be regenerated when the repository is next scanned (with some initial
performance hit).

I'm sure we will have more detailed instructions shortly :)

Cheers,
Brett

On 04/11/2007, Lewandowski, Eric <[EMAIL PROTECTED]> wrote:
> Hi,
>
>
>
> I currently use Archiva 1.0 beta 2 in my project and I plan to replace
> it by Archiva 1.0 beta 3 because it solves an annoying problem during
> artifact deployment.
>
>
>
> Do I need to delete my install of Archiva 1.0 beta 2 and reconfigure all
> my users and repositories in my new Archiva 1.0 beta 3. Is there a more
> easy process to install beta 3 without reconfiguring all informations ?
>
>
>
> Thanks.
>
>
>
> Eric Lewandowski.
>
>


-- 
Brett Porter
Blog: http://www.devzuz.org/blogs/bporter/

-
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]



Archiva 1.0 beta 3

2007-11-03 Thread Lewandowski, Eric
Hi,

 

I currently use Archiva 1.0 beta 2 in my project and I plan to replace
it by Archiva 1.0 beta 3 because it solves an annoying problem during
artifact deployment.

 

Do I need to delete my install of Archiva 1.0 beta 2 and reconfigure all
my users and repositories in my new Archiva 1.0 beta 3. Is there a more
easy process to install beta 3 without reconfiguring all informations ?

 

Thanks.

 

Eric Lewandowski.



RE: convincing Workplace to use Maven

2007-09-30 Thread Lewandowski, Eric
Hi,

Does your IDE manage third-party dependencies ? Maven do it !

I worked on my project using Jdeveloper and Ant few years ago. All people think 
they used a particular version of commons-lang. But commons-lang was added 
twice in the project... with of course two different versions. Why ? Just 
because Struts package in Jdeveloper include commons-lang... and developers 
added their own version of common-lang in the project.

A such mistake with Maven cannot occurs.

In another project, I need to do theses tasks :
  - remove dependencies because they became obsolete : with Maven, you just 
have to change the pom file and all your project is cleaned.
  - change version of dependencies because of bugs in initially selected 
version : with Maven, just change the pom...

There's a lot of reason the move to Maven.

Good Luck !

Regards !
Eric Lewandowski 

-Message d'origine-
De : Marco Mistroni [mailto:[EMAIL PROTECTED] 
Envoyé : dimanche 30 septembre 2007 05:56
À : Maven Users List
Objet : convincing Workplace to use Maven

hello all,
  i am a big fan of maven (i have been using it since approx 3 years..)..
and i'd like to use it @ my work,
where we are still using ant and coding most of the tasks manually..
but i'd need good arguments, as now many IDEs( especially IntelliJ) offer
lot of capabilities such
as code coverage, identifying code smells etc
so, i'd need good arguments for pushing for Maven2 @work

can anyone help me out?

thanks and regards

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



Dependency computation differs between mvn eclipse:eclipse and mvn package

2007-09-06 Thread Lewandowski, Eric
Hi,

I use Maven 2.0.7 with JDK 1.5.0_12 on Windows XP.

My application use struts2 and spring-framework. 
In my POM, I add the dependency : org.springframework:spring-beans:2.0.1
and the dependency org.apache.struts:struts2-spring-plugin:2.0.9

I run mvn eclipse:clean eclipse:eclipse -Dwtpversion=1.5
In Eclipse, I see the dependency org.springframework:spring-beans:2.0.5 because 
org.apache.struts:struts2-spring-plugin:2.0.9 needs this dependency

I run mvn clean package. My war file contains 
org.springframework:spring-beans:2.0.1 (not 2.0.5) because I specified it in my 
pom.

Is it normal the de dependency computation is different between mvn 
eclipse:eclipse and mvn package ?
May I do some errors in my maven configuration ? (pom, settings).


Regards,
Eric Lewandowski



mvn deploy and NTLM authentication

2007-04-24 Thread Lewandowski, Eric
Hi,

 

Unfortunately, I need to deploy some artifact in a repository which
required a NTLM authentication. I set my repository in
distributionManagement of my pom's artifact.

I put the login and password to access the repository to my settings.xml
file.

 

And I received this error :

 

ATTENTION: Credentials cannot be used for NTLM authentication:
org.apache.commons.httpclient.UsernamePasswordCredentials

24 avr. 2007 21:10:03 org.apache.commons.httpclient.HttpMethodBase
processAuthenticationResponse.

 

So, is there a way to deploy maven artifacts on a repository requiring a
NTLM authentication ?

 

Thanks !

 

Eric Lewandowski 



How to get the active profiles in a maven plugin

2007-04-13 Thread Lewandowski, Eric
Hi !

 

I have to write a Maven plugin and I need to access to the active
profiles list.

 

For example, if I execute the command line :  mvn
groupId:artifactId:goal -P profile-1,profile-2 ... I need to get in my
java classes the list of active profiles (here profile-1 and profile-2)
 
Does somebody know to do this or where I can found documentation about
that ?
 
Thanks !




Eric Lewandowski
 

 



RE: usage of maven-dependency-plugin

2007-03-28 Thread Lewandowski, Eric
Hi Brian,

Yes, the problem is solved after cleaning all repositories.

Thanks a lot for all your help !

Eric

-Message d'origine-
De : Brian E. Fox [mailto:[EMAIL PROTECTED] 
Envoyé : mercredi 28 mars 2007 12:53
À : Maven Users List
Objet : RE: usage of maven-dependency-plugin

Hi Eric,
I think you've found it now. The metadata was cleaned up on mojo back
when we did 2.0-alpha-1 (the first apache release since the move from
mojo) but it could be cached around. 

-Original Message-----
From: Lewandowski, Eric [mailto:[EMAIL PROTECTED] 
Sent: Wednesday, March 28, 2007 11:12 AM
To: Maven Users List
Subject: RE: usage of maven-dependency-plugin

Thanks for your answer Brian !

I think your found the problem.

I can clear org/codehaus/mojo from my local but this not solves the
problem because the plugin is downloaded from the internal repository of
my company which must have the same problem thant my local repository. I
will see how to solve this problem. 


Regards,
Eric Lewandowski



-Original Message-
From: Brian E. Fox [mailto:[EMAIL PROTECTED]
Sent: Wed 2007-03-28 10:33
To: Maven Users List
Subject: RE: usage of maven-dependency-plugin
 
Clear org/codehaus/mojo from your local repo and this will fix the
problem. If you have old metadata in there, it will try and find the
mojo one. We really need to fix this in 2.0.x 

-Original Message-----
From: Lewandowski, Eric [mailto:[EMAIL PROTECTED]
Sent: Wednesday, March 28, 2007 9:49 AM
To: users@maven.apache.org
Subject: usage of maven-dependency-plugin

Hi,

I want to analyze my project dependencies with maven-dependency-plugin.

In my pom.xml, i put this entry to the project/build/plugins entry :


  org.apache.maven.plugins
  maven-dependency-plugin
  2.0-alpha-4


The resolution failed with this traces :

mvn dependency:analyze
[INFO] Scanning for projects...
[INFO] Searching repository for plugin with prefix: 'dependency'.
[INFO]

[ERROR] BUILD FAILURE
[INFO]

[INFO] Required goal not found: dependency:analyze [INFO]

[INFO] For more information, run Maven with the -e switch [INFO]

[INFO] Total time: < 1 second
[INFO] Finished at: Wed Mar 28 05:34:56 EDT 2007 [INFO] Final Memory:
1M/3M [INFO]


Does anabody know what's wrong ? Do I need more configuration
informations ?


Regards,
Eric Lewandowski



-
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]

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



RE: usage of maven-dependency-plugin

2007-03-28 Thread Lewandowski, Eric
Thanks for your answer Brian !

I think your found the problem.

I can clear org/codehaus/mojo from my local but this not solves the problem 
because the plugin is downloaded from the internal repository of my company 
which must have the same problem thant my local repository. I will see how to 
solve this problem. 


Regards,
Eric Lewandowski



-Original Message-
From: Brian E. Fox [mailto:[EMAIL PROTECTED]
Sent: Wed 2007-03-28 10:33
To: Maven Users List
Subject: RE: usage of maven-dependency-plugin
 
Clear org/codehaus/mojo from your local repo and this will fix the
problem. If you have old metadata in there, it will try and find the
mojo one. We really need to fix this in 2.0.x 

-Original Message-
From: Lewandowski, Eric [mailto:[EMAIL PROTECTED] 
Sent: Wednesday, March 28, 2007 9:49 AM
To: users@maven.apache.org
Subject: usage of maven-dependency-plugin

Hi,

I want to analyze my project dependencies with maven-dependency-plugin.

In my pom.xml, i put this entry to the project/build/plugins entry :


  org.apache.maven.plugins
  maven-dependency-plugin
  2.0-alpha-4


The resolution failed with this traces :

mvn dependency:analyze
[INFO] Scanning for projects...
[INFO] Searching repository for plugin with prefix: 'dependency'.
[INFO]

[ERROR] BUILD FAILURE
[INFO]

[INFO] Required goal not found: dependency:analyze [INFO]

[INFO] For more information, run Maven with the -e switch [INFO]

[INFO] Total time: < 1 second
[INFO] Finished at: Wed Mar 28 05:34:56 EDT 2007 [INFO] Final Memory:
1M/3M [INFO]


Does anabody know what's wrong ? Do I need more configuration
informations ?


Regards,
Eric Lewandowski



-
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]

RE: usage of maven-dependency-plugin

2007-03-28 Thread Lewandowski, Eric
Stefan,

Thanks for for your help !

when executing mvn help:describe -Dplugin=dependency, I saw that Maven use the 
CodeHaus plugin :

[INFO] [help:describe]
[INFO] Plugin: 'org.codehaus.mojo:dependency-maven-plugin:1.0'
---
Group Id:  org.codehaus.mojo
Artifact Id: dependency-maven-plugin
Version: 1.0
Goal Prefix: dependency
Description:

Could you tell me why ? In my pom, I use the apache plugin :


org.apache.maven.plugins
maven-dependency-plugin
2.0-alpha-4


May be the codehaus plugin is defined in a higher pom parent. I will check this.

Regards,
Eric Lewandowski



-Original Message-
From: Stefan Hübner [mailto:[EMAIL PROTECTED]
Sent: Wed 2007-03-28 10:31
To: Maven Users List
Subject: Re: usage of maven-dependency-plugin
 
Alexander, could you please invoke mvn dependency:analyze with options
-X -e? Is Maven really using the apache-version of the plugin or the
codehaus-version?
Another way to figure out, which plugin Maven is using is to invoke
"mvn help:describe -Dplugin=dependency"

Cheers,
Stefan

2007/3/28, Lewandowski, Eric <[EMAIL PROTECTED]>:
> Hi,
>
> I want to analyze my project dependencies with maven-dependency-plugin.
>
> In my pom.xml, i put this entry to the project/build/plugins entry :
>
> 
>   org.apache.maven.plugins
>   maven-dependency-plugin
>   2.0-alpha-4
> 
>
> The resolution failed with this traces :
>
> mvn dependency:analyze
> [INFO] Scanning for projects...
> [INFO] Searching repository for plugin with prefix: 'dependency'.
> [INFO] 
> 
> [ERROR] BUILD FAILURE
> [INFO] 
> 
> [INFO] Required goal not found: dependency:analyze
> [INFO] 
> 
> [INFO] For more information, run Maven with the -e switch
> [INFO] 
> 
> [INFO] Total time: < 1 second
> [INFO] Finished at: Wed Mar 28 05:34:56 EDT 2007
> [INFO] Final Memory: 1M/3M
> [INFO] 
> 
>
> Does anabody know what's wrong ? Do I need more configuration informations ?
>
>
> Regards,
> Eric Lewandowski
>
>
>

-
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]

RE: usage of maven-dependency-plugin

2007-03-28 Thread Lewandowski, Eric
   

int,unit

always








tapestry.javaforge
http://howardlewisship.com/repository


tlc
TLC Repository
http://commons.ucalgary.ca/pub/m2







Eric Lewandowski



-Original Message-
From: Napoleon Esmundo Ramirez [mailto:[EMAIL PROTECTED]
Sent: Wed 2007-03-28 10:11
To: Maven Users List
Subject: Re: usage of maven-dependency-plugin
 
Hello Eric,

I can't replicate your issue, maybe you can provide us with more information
by telling us what version of maven you are using, and probably your
pom.xmland some console output. :)

According to
http://maven.apache.org/plugins/maven-dependency-plugin/analyze-mojo.html,
the analyze mojo does not require anything.

Cheers!
Nap

On 3/28/07, Lewandowski, Eric <[EMAIL PROTECTED]> wrote:
>
> Hi,
>
> I want to analyze my project dependencies with maven-dependency-plugin.
>
> In my pom.xml, i put this entry to the project/build/plugins entry :
>
> 
>   org.apache.maven.plugins
>   maven-dependency-plugin
>   2.0-alpha-4
> 
>
> The resolution failed with this traces :
>
> mvn dependency:analyze
> [INFO] Scanning for projects...
> [INFO] Searching repository for plugin with prefix: 'dependency'.
> [INFO]
> 
> [ERROR] BUILD FAILURE
> [INFO]
> 
> [INFO] Required goal not found: dependency:analyze
> [INFO]
> 
> [INFO] For more information, run Maven with the -e switch
> [INFO]
> 
> [INFO] Total time: < 1 second
> [INFO] Finished at: Wed Mar 28 05:34:56 EDT 2007
> [INFO] Final Memory: 1M/3M
> [INFO]
> 
>
> Does anabody know what's wrong ? Do I need more configuration informations
> ?
>
>
> Regards,
> Eric Lewandowski
>
>
>



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

usage of maven-dependency-plugin

2007-03-28 Thread Lewandowski, Eric
Hi,

I want to analyze my project dependencies with maven-dependency-plugin.

In my pom.xml, i put this entry to the project/build/plugins entry :


  org.apache.maven.plugins
  maven-dependency-plugin
  2.0-alpha-4


The resolution failed with this traces :

mvn dependency:analyze
[INFO] Scanning for projects...
[INFO] Searching repository for plugin with prefix: 'dependency'.
[INFO] 
[ERROR] BUILD FAILURE
[INFO] 
[INFO] Required goal not found: dependency:analyze
[INFO] 
[INFO] For more information, run Maven with the -e switch
[INFO] 
[INFO] Total time: < 1 second
[INFO] Finished at: Wed Mar 28 05:34:56 EDT 2007
[INFO] Final Memory: 1M/3M
[INFO] 

Does anabody know what's wrong ? Do I need more configuration informations ?


Regards,
Eric Lewandowski




maven property for date of build

2007-03-21 Thread Lewandowski, Eric
Hi 

is somebody know how to get the date on the build via a maven property ?
Here's the build section of my pom... but build.date doesn't work.


  org.apache.maven.plugins
  maven-jar-plugin
  2.1
  

  
true
true
true
  
  
${build.date}  
  

  


Thanks.
Eric Lewandowski



Understandings maven2 dependency computation

2007-01-22 Thread Lewandowski, Eric
Hi,
 
I use Hibernate3 in my project. Hibernate3 needs cglib/cglib as
dependent jar. This was a problem for us because cglib/cglib use asm/asm
1.5.3 as dependent jar.
So, we decide to exclude cglib/cglib form Hibernate3 dependencies and
add cglib/cglib-nodep. This works fine but sometimes maven add
cglib/cglib and cglib/cglib-nodep as dependencies in our war file. 
 
We generate maven site and saw that all our Hibernate dependencies used
cglib/cglib-nodep. cglib/cglib is indicated as transitive dependency but
we do not know which artifact needs cglib/cglib.
 
So, is there a maven command to understand why maven add cglib/cglib as
transitive dependency ? For example, I look for a such explanation :
cglib/cglic is added because required by artifact XXX 
 
Sincerely,
Eric Lewandowski

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



Problem : invalid POM File

2006-12-20 Thread Lewandowski, Eric
Hi,
 
I want to build a project which depends of rohan:rohan-model version
1.0-SNAPSHOT. I compile rohan-model librairie and install it in my local
repository. There's no problem with these operations. The POM file seems
to be OK.  But when I compile or package a project depending of
rohan-model, I have this warning :
 
[WARNING] POM for 'rohan:rohan-model:pom:1.0-SNAPSHOT:compile' is
invalid. It will be ignored for artifact resolution. Reason: Failed to
validate POM
 
Can somebody tells me what are the possible sources of this problem ? 
  
Regards,
Eric Lewandowski