fataar-gradle-plugin icon indicating copy to clipboard operation
fataar-gradle-plugin copied to clipboard

Missing required attribute: dependency groupId POM

Open wellbranding opened this issue 6 years ago • 2 comments

Why published pom could not be included? I get multiple errors and after running info I get following errors:

<project xsi:schemaLocation="http://maven.apache.org/POM/4.0.0 http://maven.apache.org/xsd/maven-4.0.0.xsd" xmlns="http://maven.apache.org/POM/4.0.0"
    xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance">
  <modelVersion>4.0.0</modelVersion>
  <groupId>test</groupId>
  <artifactId>com.test</artifactId>
  <version>0.0.2.7</version>
  <packaging>aar</packaging>
  <dependencies>
    <dependency>
      <artifactId>build.aar</artifactId>
      <type>aar</type>
      <scope>compile</scope>
      <exclusions>
        <exclusion>
          <artifactId>*</artifactId>
          <groupId>*</groupId>
        </exclusion>
      </exclusions>
    </dependency>
    <dependency>
      <groupId>com.android.support</groupId>
      <artifactId>appcompat-v7</artifactId>
      <version>27.1.1</version>
      <scope>runtime</scope>
    </dependency>
  </dependencies>
</project>

And assemble provides this info:

Could not parse POM > Missing required attribute: dependency groupId

wellbranding avatar Feb 25 '19 18:02 wellbranding

this confused me long time ,did you resolved it ?

cvilia avatar Mar 16 '21 07:03 cvilia

I am facing this issue right now? Has anybody resolved this?

deepakrathi avatar Jan 03 '22 13:01 deepakrathi