|
View:
New views
4 Messages
—
Rating Filter:
Alert me
|
|
|
Problem with build a portlet componentHi,
I have a problem to build a portlet component. I have a portlet A with the pom-packaging exo-portlet. I can build it. I have a portlet B which has a dependence to Portlet A. I see by building this component, that maven lookup for a package of Portlet A as jar file instead of exo-portlet or war file. I have a work-around, I copy the package war file of Portlet A to a jar file in the maven repository. How can I resolve this problem ? Thanks Abdel |
|
|
Re: Problem with build a portlet componentHello, Abdel
Did you try within pom.xml your's Portlet B project describe dependency portlet A with type "war", like as: <dependency> <groupId>com.example.projects</groupId> <artifactId>documentedprojectdependency</artifactId> <version>1.0-SNAPSHOT</version> <type>war</type> <scope>runtime</scope> </dependency> ? Regards, Alexey On 5/23/07, red <a_red@...> wrote: > > Hi, > > I have a problem to build a portlet component. > I have a portlet A with the pom-packaging exo-portlet. I can build it. > I have a portlet B which has a dependence to Portlet A. I see by building > this component, that maven lookup for a package of Portlet A as jar file > instead of exo-portlet or war file. I have a work-around, I copy the package > war file of Portlet A to a jar file in the maven repository. > How can I resolve this problem ? > > Thanks > Abdel > > -- > View this message in context: http://www.nabble.com/Problem-with-build-a-portlet-component-tf3802994.html#a10760704 > Sent from the eXo Platform mailing list archive at Nabble.com. > > > > > -- > You receive this message as a subscriber of the exoplatform@... mailing list. > To unsubscribe: mailto:exoplatform-unsubscribe@... > For general help: mailto:sympa@...?subject=help > ObjectWeb mailing lists service home page: http://www.objectweb.org/wws > > -- You receive this message as a subscriber of the exoplatform@... mailing list. To unsubscribe: mailto:exoplatform-unsubscribe@... For general help: mailto:sympa@...?subject=help ObjectWeb mailing lists service home page: http://www.objectweb.org/wws |
|
|
|
|
|
Re: Problem with build a portlet componentCan you give us your *.xml files (pom & packaging) ? -- ___________________________________ / \ | ##### | | #####@@@ @@ @@ | | ##### @ @@ @@ | | @@ @ @@ @@ | | @@ @ @@ @@ | | @@@@@@ @@ @@ @@ @@ | | @@ @ @@ @@ @@ @@@@@@@ | | @@ @ @@ @@ @@ | | @@@@@@ @@@@@@@ @@@@@@@@@@@ | | | | www.bull.com | \___________________________________/ -- You receive this message as a subscriber of the exoplatform@... mailing list. To unsubscribe: mailto:exoplatform-unsubscribe@... For general help: mailto:sympa@...?subject=help ObjectWeb mailing lists service home page: http://www.objectweb.org/wws |
| Free embeddable forum powered by Nabble | Forum Help |