juanotto commented on code in PR #22:
URL:
https://github.com/apache/netbeans-antora-tutorials/pull/22#discussion_r2464909160
##########
modules/ROOT/pages/tutorials/nbm-maven-modulesuite.adoc:
##########
@@ -150,28 +135,23 @@ In this tutorial you will create additional modules that
will need to access the
[start=1]
1. Right-click the MyAPI project node and choose Properties to open the
Properties window.
-[start=2]
-1.
-Select the *com.mycompany.mavenselectionsuite* package in the *Public
Packages* category:
-
-
-image::tutorials/maven-suite_72_pic5.png[title="screenshot"]
-
-Click OK.
+[start=2]
+1. Select the *com.mycompany.mavenselectionsuite* package in the *Public
Packages* category:
++
+image::tutorials/maven-suite_270_pic5.png[title="screenshot"]
++
When you select a package to export, the IDE modifies the
``nbm-maven-plugin`` element in the *MyAPI* module's POM to specify the
package:
-
-
++
[source,xml]
----
-
<plugin>
<groupId>org.codehaus.mojo</groupId>
<artifactId>nbm-maven-plugin</artifactId>
<extensions>true</extensions>
<configuration>
<publicPackages>
- *<publicPackage>com.mycompany.mavenselectionsuite</publicPackage>*
Review Comment:
@ebarboni I still think is better to clean this up than keep it for a
future fix. The `*` confused me while reading, and it can confuse maintainers
if they are kept but have no visual effect at all.
I tried a few options to no effect, and the examples I found currently in
the website are not formatting inside the code blocks. But you've been around
these docs for a while, I'll put it back if you really think that's best.
--
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]
---------------------------------------------------------------------
To unsubscribe, e-mail: [email protected]
For additional commands, e-mail: [email protected]
For further information about the NetBeans mailing lists, visit:
https://cwiki.apache.org/confluence/display/NETBEANS/Mailing+lists