Skip to content
This repository has been archived by the owner on Mar 7, 2024. It is now read-only.

"<type>pom</type>" Missing ? #1

Open
ronanM opened this issue Aug 29, 2013 · 1 comment
Open

"<type>pom</type>" Missing ? #1

ronanM opened this issue Aug 29, 2013 · 1 comment

Comments

@ronanM
Copy link

ronanM commented Aug 29, 2013

I think <type>pom</type> is missing in pom files, isn't it ?.

 <!-- EJB client JAR - alt2 -->
        <dependency>
            <groupId>org.jboss.as</groupId>
            <artifactId>jboss-as-ejb-client-bom</artifactId>
            <version>${jbossas-version}</version>
            <scope>compile</scope> 

            <type>pom</type> 

        </dependency>
@swesource
Copy link
Owner

Hi!
Thanks for the input!
The type is good for clarity so I'll update the POM's when I get some time to work on this project again.
Note that the type is not needed though - at least not on all platforms. It works fine e g with Maven 3.0.4 on OSX).
KR
/Arnold

Sign up for free to subscribe to this conversation on GitHub. Already have an account? Sign in.
Labels
None yet
Projects
None yet
Development

No branches or pull requests

2 participants