sean-cc / jain-slee

Automatically exported from code.google.com/p/jain-slee
0 stars 0 forks source link

mobicents-parent brings in redundant configuration into EclipSLEE projects #35

Open GoogleCodeExporter opened 9 years ago

GoogleCodeExporter commented 9 years ago
Use of mobicents-parent POM as the parent for projects created using EclipSLEE 
brings in lots of redundant configuration.

What steps will reproduce the problem?
1. Create a new project using EclipSLEE.
2. Examine effective POM
$ mvn help:effective-pom

What is the expected output? What do you see instead?
Expected: POM including only the necessary configuration for this type of 
project.

Actual: effective POM includes a lot of configuration that is only applicable 
for the projects that are part of Mobicents (developers, license, scm, 
issueManagement, URL, 272 dependencies, ...), resulting in approx. 2.5k lines 
per module for a newly created project.

What version of the product are you using? On what operating system?
EclipSLEE 2.0.0.v20121003-1449
m2e 1.2.0.20120903-1050 (embedded maven 3.0.4)
Eclipse 4.2.1
Debian GNU/Linux 6.0.6

Original issue reported on code.google.com by vil...@users.sourceforge.net on 4 Feb 2013 at 2:18