Thanks Christophe, changing the groupId solved my probelm.
Regards, Andreas On Sunday 09 April 2006 21:10, Christophe DENEUX wrote: > Hi Andreas, > > About your first problem, you don't use the right groupId, try to use > org.apache.beehive as following: > <dependency> > <groupId>org.apache.beehive</groupId> > <artifactId>beehive-controls</artifactId> > <version>1.0.1</version> > </dependency> > > Christophe > > Andreas Wüst wrote: > >Hello, > > > >the maven pom for beehive-controls seems not to be correct . i am > >getting the following > >warning: > > > >Downloading: > >http://repo1.maven.org/maven2/beehive/beehive-controls/1.0/beehive- > >controls-1.0.pom > >407b downloaded > >[WARNING] POM for 'beehive:beehive-controls:pom:1.0:compile' is invalid. > >It will > > be ignored for artifact resolution. Reason: Parse error reading POM. > >Reason: ex > >pected START_TAG or END_TAG not TEXT (position: TEXT seen > > ...<dependency>\n <id>commons-discovery</... @7:36) > >Downloading: > >http://snapshots.maven.codehaus.org/maven2//beehive/beehive-control > >s/1.0/beehive-controls-1.0.jar > > > >according to the maven pom > >(http://maven.apache.org/ref/2.0.3-SNAPSHOT/maven-model/maven.html) > >the id tag is not allowed within the dependency tag. > > > >another thing is was wondering about: what is the state of the maven2 > >plugin ? > >is there a beehive maven plugins that provides that same > >functionality as the "build-controls" and "build-pageflows" ant tasks ? > > > >another problem i had : i created the sample petstore application. > >looking at the > >web.xml of the war file i noticed, that a listener is defined : > > > >< <listener> > > > > > ><listener-class>org.apache.beehive.samples.petstore.servlet.Listener</list > >ener-class> </listener> > > > >however i could not find the class file for the listener (source file is > >not available, too). > >so is this listener necessary or not. Well, the petstore seems to work > >even without it. > > > >regareds, > >Andreas > > This message contains information that may be privileged or confidential > and is the property of the Capgemini Group. It is intended only for the > person to whom it is addressed. If you are not the intended recipient, you > are not authorized to read, print, retain, copy, disseminate, distribute, > or use this message or any part thereof. If you receive this message in > error, please notify the sender immediately and delete all copies of this > message.
