ebarboni commented on code in PR #22:
URL:
https://github.com/apache/netbeans-antora-tutorials/pull/22#discussion_r2428219513
##########
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:
you can keep the "formatting" if you want and use
[source,(xml|java),subs="{sourcesubs}"]
you may include that in at the end of the header
include::front::partial$database.adoc[]
It may not show different yet but if it has semantics can be helpfull to
keep.
--
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