> On 9 Apr 2025, at 17:18, Tommy <to...@natusoft.se> wrote:
>
> Here is the pom.xml content of the module:
> <project xmlns="http://maven.apache.org/POM/4.0.0"
> xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance"
> xsi:schemaLocation="http://maven.apache.org/POM/4.0.0
> http://maven.apache.org/xsd/maven-4.0.0.xsd">
> <modelVersion>4.0.0</modelVersion>
>
> <parent>
> <groupId>se.natusoft.seagull</groupId>
> <artifactId>Seagull</artifactId>
> <version>1.0.0-BC11</version>
> </parent>
>
> <artifactId>SeagullPlatform</artifactId>
> <version>1.0.0-BC11</version>
>
> <!--
> Maven REFUSES to accept this!! Maven insists this is a "pom" ???.
> It is NOT a POM, it is a JAR, it contains code. Maven refuses to accept
> this
>
> Note that this is Groovy code and the module has a src/main/groovy/...
> All modules are actually Groovy code, and it does not complain about any
> of the
> other ones!
>
> I am a very strong BUG MAGNET!! I seriously hope that is not the case
> here!!!
> -->
>
> <packaging>jar</packaging>
> </project>
>
> The module has an src/man/groovy/.... with groovy classes to compile:
>
> src/
> main/
> groovy/
> se/
> natusoft/
> seagull/
> api/
> SGLogger.grovvy
^^^^^
If you spelled that corresponding to the actual file…. it is where your bug
magnet would kick in…. a typo in the file extension
Other that that… now clue why it wouldn’t work, given that you talk about other
modules that work just fine.
Kind regards,
Hans
---------------------------------------------------------------------
To unsubscribe, e-mail: users-unsubscr...@maven.apache.org
For additional commands, e-mail: users-h...@maven.apache.org