Details
Description
In my pom file this version variable is used:
<groupId>com.liferay.maven.plugins</groupId>
<artifactId>liferay-maven-plugin</artifactId>
<version>${liferay.version}</version>
If the global liferay.version variable is changed from 6.1.0 to 6.2.0-B2, my public static void myMethod() defined in my service implementation code is not propagated to the resulted util classes. Removing the keyword static helps, but I need it static.
Attachments
Issue Links
- is duplicated by
-
LPS-39610 Service Builder ignores static methods
- Closed