jamesfredley opened a new issue, #14690:
URL: https://github.com/apache/grails-core/issues/14690

   ### Issue description
   
   Profiles are not currently publishing, since the consolidation into 
grails-core.
   
   See: 
https://repository.apache.org/content/groups/snapshots/org/apache/grails/profiles/web/7.0.0-SNAPSHOT/
   
   Also the generated pom has incorrect artifactids.  `grails-profiles-base` 
should be `base` in this example
   
   ```
   <?xml version="1.0" encoding="UTF-8"?>
   <project xmlns="http://maven.apache.org/POM/4.0.0"; 
xsi:schemaLocation="http://maven.apache.org/POM/4.0.0 
https://maven.apache.org/xsd/maven-4.0.0.xsd"; 
xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance";>
     <modelVersion>4.0.0</modelVersion>
     <groupId>org.apache.grails.profiles</groupId>
     <artifactId>web</artifactId>
     <version>7.0.0-SNAPSHOT</version>
     <dependencies>
       <dependency>
         <groupId>org.apache.grails</groupId>
         <artifactId>grails-bom</artifactId>
         <version>7.0.0-SNAPSHOT</version>
         <scope>profileRuntimeOnly</scope>
       </dependency>
       <dependency>
         <groupId>org.apache.grails.profiles</groupId>
         <artifactId>grails-profiles-base</artifactId>
         <version>7.0.0-SNAPSHOT</version>
         <scope>profileRuntimeOnly</scope>
       </dependency>
     </dependencies>
     <name>Grails Profile - Web</name>
     <description>A profile for Web application</description>
     <url>https://github.com/apache/grails-core</url>
     <licenses>
       <license>
         <name>The Apache Software License, Version 2.0</name>
         <url>https://www.apache.org/licenses/LICENSE-2.0.txt</url>
         <distribution>repo</distribution>
       </license>
     </licenses>
     <scm>
       <url>https://github.com/apache/grails-core</url>
       <connection>scm:[email protected]:apache/grails-core.git</connection>
       
<developerConnection>scm:[email protected]:apache/grails-core.git</developerConnection>
     </scm>
     <issueManagement>
       <system>Github Issues</system>
       <url>https://github.com/apache/grails-core/issues</url>
     </issueManagement>
     <developers>
       <developer>
         <id>graemerocher</id>
         <name>Graeme Rocher</name>
       </developer>
     </developers>
   </project>
   ```
   


-- 
This is an automated message from the Apache Git Service.
To respond to the message, please log on to GitHub and use the
URL above to go to the specific comment.

To unsubscribe, e-mail: [email protected]

For queries about this service, please contact Infrastructure at:
[email protected]

Reply via email to